mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Revert max_old_space_size and stack-size. Update markdown-it-mermaid and cli-table3.
Thanks to xet7 !
This commit is contained in:
parent
90ea11859d
commit
57c09e15ac
11 changed files with 44 additions and 31 deletions
|
@ -482,7 +482,8 @@ REM SET WAIT_SPINNER=Bounce
|
|||
|
||||
REM # https://github.com/wekan/wekan/issues/3585#issuecomment-1021522132
|
||||
REM # Add more Node heap:
|
||||
SET NODE_OPTIONS="--max_old_space_size=4096"
|
||||
REM # SET NODE_OPTIONS="--max_old_space_size=4096"
|
||||
REM # Add more stack. ulimit is not at Windows, stack-size is at Windows:
|
||||
REM # bash -c "ulimit -s 65500; exec node --stack-size=65500 main.js"
|
||||
node --stack-size=65500 main.js
|
||||
REM #node --stack-size=65500 main.js
|
||||
node main.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue