Skip to content

Commit

Permalink
Revert "modify GC settings (#132)"
Browse files Browse the repository at this point in the history
This reverts commit b8fd1c7.
  • Loading branch information
camallen authored Jan 27, 2023
1 parent 42dcaac commit ccfb3a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
# Copy commit_id.txt to the public folder or create default
[ -f ./commit_id.txt ] && cp ./commit_id.txt ./public/commit_id.txt || echo $REVISION > ./public/commit_id.txt

# https://github.com/nodejs/node/blob/main/doc/api/cli.md#--max-semi-space-sizesize-in-megabytes
# https://github.com/nodejs/node/issues/42511
node --max-semi-space-size=64 /node_app/index.js
node /node_app/index.js

0 comments on commit ccfb3a4

Please sign in to comment.