[IMP]Odoo dev image : now dev all too + larger default memory sizes for workers

This commit is contained in:
Fabien BOURGEOIS 2017-10-02 07:34:26 +02:00
parent d32840e40a
commit ede9cee570
2 changed files with 3 additions and 1 deletions

View File

@ -51,6 +51,8 @@ services:
WORKERS: 2
LIMIT_TIME_CPU: 3000
LIMIT_TIME_REAL: 6000
LIMIT_MEMORY_SOFT: 7000000000
LIMIT_MEMORY_HARD: 16000000000
openupgrade9:
init: true

View File

@ -4,7 +4,7 @@ CONF=/opt/odoo/odoo.conf
ODOOCMD="python /opt/odoo/OCB/odoo-bin --config $CONF"
if [ "$DEV" == 1 ]; then
ODOOCMD="$ODOOCMD --dev xml --log-handler :DEBUG"
ODOOCMD="$ODOOCMD --dev all --log-handler :DEBUG"
fi
# Configuration generation and Odoo launch