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