Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我heroku run top在我的服务器上运行时,我看到负载非常高,目前为 36.37
heroku run top
我意识到这可能不是运行应用程序的测功机,但在我看来确实很高,这是否解释了 heroku 不时表现不佳?
此外,heroku 在架构中的哪个位置运行我的命令?
任何见解将不胜感激
运行heroku run top不会在您的应用程序运行时在同一个测功机上运行它。这将在一次性测功机中运行 - 包含您相同的代码和环境的东西。有关更多信息,请参阅: