Remove node garbage collection flags

The introduction of these flags correlates with OOM issues on the
supervisor. More investigation is needed into these features
before adding them back into production.

Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
Cameron Diver 2018-11-05 12:03:12 +00:00
parent b7dfa73e5b
commit 15187a54c0
No known key found for this signature in database
GPG Key ID: 69264F9C923F55C1

View File

@ -45,4 +45,4 @@ if [ ! -z "${BALENA_ROOT_CA}" ]; then
fi
fi
exec node --max_old_space_size=50 --optimize_for_size --always_compact /usr/src/app/dist/app.js
exec node /usr/src/app/dist/app.js