mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Add more stack size.
Thanks to xet7 !
This commit is contained in:
parent
282a5b30f9
commit
324be07b85
6 changed files with 7 additions and 7 deletions
|
@ -36,4 +36,4 @@ 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 $APPLICATION_START"
|
||||
bash -c "ulimit -s 65500; exec $NODE_PATH/node --stack-size=65500 --max-old-space-size=8192 $APPLICATION_START"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue