Skip to content

Commit

Permalink
Increase max-old-space-size
Browse files Browse the repository at this point in the history
  • Loading branch information
krboktv committed Sep 14, 2021
1 parent cf12553 commit ee56374
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 @@ -16,7 +16,7 @@
"watch-js-kicker": "nodemon dist/kickChecker.js",
"watch-js-deleter": "nodemon dist/messageDeleter.js",
"start-bot": "node --max-old-space-size=12000 dist/index.js",
"start-kicker": "node --max-old-space-size=4000 dist/kickChecker.js",
"start-kicker": "node --max-old-space-size=12000 dist/kickChecker.js",
"start-deleter": "node dist/messageDeleter.js",
"upload-translations": "node scripts/upload.js",
"download-translations": "node scripts/download.js && yarn prettier --single-quote --no-semi --write ./src/helpers/localizations.ts"
Expand Down

0 comments on commit ee56374

Please sign in to comment.