|
|
|
|
|
by exogen
5037 days ago
|
|
One day I noticed that Heroku gives you access to netstat, so I started trying to figure out the actual number. Running this: heroku run "netstat -l | grep lxc | wc -l"
...seems to imply that it's actually 100 ± 25 dynos per instance.(It's possible I could be entirely misunderstanding the netstat output, in which case someone please speak up.) |
|