Skip to content

Commit

Permalink
Del uses too much ram, bump to 8Gb
Browse files Browse the repository at this point in the history
  • Loading branch information
IceeMC authored Nov 22, 2021
1 parent ec74fa4 commit 4bf059e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"scripts": {
"compile": "rm -rf dist/ && tsc",
"start": "node --max-old-space-size=2048 dist/src/app",
"start": "node --max-old-space-size=8192 dist/src/app",
"pm2": "pm2 start dist/src/app.js --name 'DEL'",
"css-compile": "sh ./scripts/css_build.sh",
"setup": "node scripts/setup",
Expand Down

0 comments on commit 4bf059e

Please sign in to comment.