limit memory to 512

This commit is contained in:
Zutatensuppe 2020-12-13 15:38:44 +01:00
parent 6b1c3fb085
commit 219bdb2735
2 changed files with 9 additions and 4 deletions

View file

@ -2,4 +2,4 @@
cd "$RUN_DIR/server"
nodemon index.js -e js
nodemon --max-old-space-size=512 index.js -e js