Update release scripts.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2022-08-01 23:43:14 +03:00
parent 26f8df2995
commit 86d6d2d19a
3 changed files with 5617 additions and 65 deletions

View file

@ -512,6 +512,7 @@
# Add more Node heap:
export NODE_OPTIONS="--max_old_space_size=4096"
# Add more stack:
#bash -c "ulimit -s 65500; exec node --stack-size=65500 --trace-deprecation main.js"
bash -c "ulimit -s 65500; exec node --stack-size=65500 main.js"
#node main.js
#---------------------------------------------------------------------