[IMP]Odoo dev image : now dev all too + larger default memory sizes for workers
This commit is contained in:
parent
d32840e40a
commit
ede9cee570
@ -51,6 +51,8 @@ services:
|
|||||||
WORKERS: 2
|
WORKERS: 2
|
||||||
LIMIT_TIME_CPU: 3000
|
LIMIT_TIME_CPU: 3000
|
||||||
LIMIT_TIME_REAL: 6000
|
LIMIT_TIME_REAL: 6000
|
||||||
|
LIMIT_MEMORY_SOFT: 7000000000
|
||||||
|
LIMIT_MEMORY_HARD: 16000000000
|
||||||
|
|
||||||
openupgrade9:
|
openupgrade9:
|
||||||
init: true
|
init: true
|
||||||
|
@ -4,7 +4,7 @@ CONF=/opt/odoo/odoo.conf
|
|||||||
ODOOCMD="python /opt/odoo/OCB/odoo-bin --config $CONF"
|
ODOOCMD="python /opt/odoo/OCB/odoo-bin --config $CONF"
|
||||||
|
|
||||||
if [ "$DEV" == 1 ]; then
|
if [ "$DEV" == 1 ]; then
|
||||||
ODOOCMD="$ODOOCMD --dev xml --log-handler :DEBUG"
|
ODOOCMD="$ODOOCMD --dev all --log-handler :DEBUG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Configuration generation and Odoo launch
|
# Configuration generation and Odoo launch
|
||||||
|
Loading…
Reference in New Issue
Block a user