diff --git a/src/scripts/node.sh b/src/scripts/node.sh index 82392e41e..f73af579a 100755 --- a/src/scripts/node.sh +++ b/src/scripts/node.sh @@ -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 "$@"