如何限制gearman作业服务器内存分配?似乎gearman作业服务器不会限制自己的内存使用量。有没有办法限制齿轮机作业服务器不超过1G?
答案 0 :(得分:0)
你说得对,齿轮机服务器当前没有限制内存使用的选项。
但是,这里有两个解决方法:
ulimit
命令限制内存使用量。$ ulimit -Sv 1000000
$ gearmand [the rest of your command line parameters]
where:
-S Specifies the soft limit for the given resource
-v Specifies virtual memory allocation, in kbytes