Revert max_old_space_size and stack-size. Update markdown-it-mermaid and cli-table3.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2022-11-22 00:48:45 +02:00
parent 90ea11859d
commit 57c09e15ac
11 changed files with 44 additions and 31 deletions

View file

@ -524,10 +524,11 @@
#---------------------------------------------------------------------
# https://github.com/wekan/wekan/issues/3585#issuecomment-1021522132
# Add more Node heap:
export NODE_OPTIONS="--max_old_space_size=4096"
#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"
#bash -c "ulimit -s 65500; exec node --stack-size=65500 main.js"
bash -c "ulimit -s 65500; exec node main.js"
#node main.js
#---------------------------------------------------------------------
# & >> ../../wekan.log