We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f6012 commit b8fd1c7Copy full SHA for b8fd1c7
docker/start.sh
@@ -3,4 +3,6 @@
3
# Copy commit_id.txt to the public folder or create default
4
[ -f ./commit_id.txt ] && cp ./commit_id.txt ./public/commit_id.txt || echo $REVISION > ./public/commit_id.txt
5
6
-node /node_app/index.js
+# https://github.com/nodejs/node/blob/main/doc/api/cli.md#--max-semi-space-sizesize-in-megabytes
7
+# https://github.com/nodejs/node/issues/42511
8
+node --max-semi-space-size=64 /node_app/index.js
0 commit comments