Give the spawned node processes a bit more memory

Two cloudrons failed with 200 again and bumping it up helps
We still should look into the tarfs module to fix the root cause
This commit is contained in:
Johannes Zellner
2017-06-26 13:06:09 +02:00
parent 45e68ef6da
commit 3307b581af
+1 -1
View File
@@ -20,4 +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=200 "$@"
exec env "DEBUG=box*,connect-lastmile" /usr/bin/node --max_old_space_size=300 "$@"