mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Update release scripts.
Thanks to xet7 !
This commit is contained in:
parent
26f8df2995
commit
86d6d2d19a
3 changed files with 5617 additions and 65 deletions
|
@ -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
|
||||
#---------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue