Revert adding more stack size.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2024-11-16 21:16:30 +02:00
parent cfca28e25a
commit edb7398295
6 changed files with 12 additions and 6 deletions

View file

@ -36,4 +36,5 @@ cd $APPLICATION_DIRECTORY
# bash -c "ulimit -s 65500; exec node --stack-size=65500 main.js"
#---------------------------------------------------------------------
#bash -c "ulimit -s 65500; exec $NODE_PATH/node --stack-size=65500 $APPLICATION_START"
bash -c "ulimit -s 65500; exec $NODE_PATH/node --stack-size=65500 --max-old-space-size=8192 $APPLICATION_START"
#bash -c "ulimit -s 65500; exec $NODE_PATH/node --stack-size=65500 --max-old-space-size=8192 $APPLICATION_START"
bash -c "ulimit -s 65500; exec $NODE_PATH/node $APPLICATION_START"