limit memory to 512
This commit is contained in:
parent
6b1c3fb085
commit
219bdb2735
2 changed files with 9 additions and 4 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
cd "$RUN_DIR/server"
|
||||
|
||||
nodemon index.js -e js
|
||||
nodemon --max-old-space-size=512 index.js -e js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue