mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 23:28:49 +01:00
Added --trace-warnings to start-wekan.sh.
Thanks to xet7 !
This commit is contained in:
parent
fbb4f0c933
commit
50ce0ce442
1 changed files with 1 additions and 1 deletions
|
|
@ -508,7 +508,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 main.js"
|
||||
bash -c "ulimit -s 65500; exec node --stack-size=65500 --trace-warnings main.js"
|
||||
#node main.js
|
||||
#---------------------------------------------------------------------
|
||||
# & >> ../../wekan.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue