Give the backup task more memory 150 is often too close to the limit

This commit is contained in:
Johannes Zellner
2017-05-17 14:17:43 +02:00
parent 4881d090f0
commit 7dc277a80c

View File

@@ -20,5 +20,4 @@ fi
echo "Running node with memory constraints"
# note BOX_ENV and NODE_ENV are derived from parent process
exec env "DEBUG=box*,connect-lastmile" /usr/bin/node --max_old_space_size=150 "$@"
exec env "DEBUG=box*,connect-lastmile" /usr/bin/node --max_old_space_size=200 "$@"