diff --git a/run.sh b/run.sh index f797576..24a8483 100755 --- a/run.sh +++ b/run.sh @@ -12,6 +12,9 @@ if [ ! -f "${CONFIG_PATH}" ]; then fi python3 ./odoo/odoo-bin -c ${CONFIG_PATH} --limit-time-real 99999 --limit-time-cpu 99999 --limit-memory-hard=0 "$@" +# When need more memory RAM for instance by force +#python3 ./odoo/odoo-bin -c ${CONFIG_PATH} --limit-time-real 99999 --limit-time-cpu 99999 --limit-memory-soft=8589934592 --limit-memory-hard=10737418240 $@ + retVal=$? if [[ $retVal -ne 0 ]]; then echo "Error run.sh"