https://github.com/schneems/puma_worker_killer上的自述文件Puma worker killer can only function if you have enabled cluster mode or hybrid mode (threads + worker cluster). If you are only using threads (and not workers) then puma worker killer cannot help keep your memory in control.
因此,如果我在heroku上使用puma,我如何判断是否启用了群集或混合模式,因为在puma readme中它只讨论了群集模式?
如何启用群集模式?如何启用混合模式?
这是通过在Rails应用程序的配置文件夹中指定config / puma.rb中的worker数来完成的吗?
答案 0 :(得分:1)
混合模式或群集模式是相同的。是的,您需要指定工人数量。您将需要至少2名工作人员将其称为群集。通常,工作人员的数量取决于处理器所具有的核心数量。