From 7dc277a80cf79b3a56d8fb4682e48ed3f2964ad4 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 17 May 2017 14:17:43 +0200 Subject: [PATCH] Give the backup task more memory 150 is often too close to the limit --- src/scripts/node.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 "$@"