[IMP]Odoo base configuration : add ENV options for limit memories

This commit is contained in:
Fabien Bourgeois 2017-03-17 15:42:44 +01:00
parent fe2c3cfa50
commit 80c0bb335b
1 changed files with 2 additions and 0 deletions

View File

@ -40,4 +40,6 @@ proxy_mode = ${PROXY_MODE:=False}
workers = ${WORKERS:=1}
limit_time_cpu = ${LIMIT_TIME_CPU:=60}
limit_time_real = ${LIMIT_TIME_REAL:=120}
limit_memory_soft = ${LIMIT_MEMORY_SOFT:=671088640}
limit_memory_hard = ${LIMIT_MEMORY_HARD:=805306368}
admin_passwd = ${ADMIN_PASSWORD:=admin}" > $CONF