From dfd2f93c27371cf0e23418a455e0fef53406ef94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Br=C3=BCckl?= Date: Thu, 5 Feb 2015 17:26:39 +0100 Subject: [PATCH] update soft-limit --- ext/config/odoo-server.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/config/odoo-server.conf b/ext/config/odoo-server.conf index dd0b1e92..3803c5f4 100644 --- a/ext/config/odoo-server.conf +++ b/ext/config/odoo-server.conf @@ -34,3 +34,6 @@ limit_time_real = 6000 # if DB > 150MB, otherwise "AccessDenied" error occurs # 10 GB limit_memory_hard = 10000000000 + +# Use a new worker for the next request if 300MB is reached +limit_memory_soft = 300000000 \ No newline at end of file