Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Different between limit_memory_hard and limit_memory_soft

形象
odoo
形象
丢弃
1 答案
0
形象
odoo
最佳答案
--limit-memory-soft <limit>

Maximum allowed virtual memory per worker. If the limit is exceeded, the worker is killed and recycled at the end of the current request.

Defaults to 2048MB.


--limit-memory-hard <limit>

Hard limit on virtual memory, any worker exceeding the limit will be immediately killed without waiting for the end of the current request processing.


Did you see these resources:

https://www.odoo.com/documentation/11.0/reference/cmdline.html#reference-cmdline

https://www.odoo.com/documentation/11.0/setup/deploy.html#id5


形象
丢弃