Comment on Heroku Isn't for IdiotsparentComments−exogen14yOne 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.)
Comments
One day I noticed that Heroku gives you access to netstat, so I started trying to figure out the actual number.
Running this:
...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.)