Merge pull request #794 from balena-io/remove-node-flags

Remove node garbage collection flags
This commit is contained in:
CameronDiver 2018-11-06 11:18:28 +01:00 committed by GitHub
commit 34ad18910c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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