Question

When I run heroku run top on my server I see a very high load, currently 36.37

I realise this is probably not the dyno that runs the app, but it does seem very high to me, does this explain poor performance in heroku from time to time?

Additionally, where in the architecture is heroku running my command?

Any insight would be much appreciated

Was it helpful?

Solution

Running heroku run top will not run it on the same dyno as your app is running. That will be run in a one-off dyno - something that contains your same code and environment. For more, see:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top