Skip to content

Commit

Permalink
fix: garbage collection at 400mb
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Aug 6, 2023
1 parent e4c21aa commit 2bdf7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dota/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"packageManager": "yarn@1.22.19",
"private": true,
"scripts": {
"start": "node --inspect=0.0.0.0:9229 ./dist/index.js",
"start": "node --max_old_space_size=400 --inspect=0.0.0.0:9229 ./dist/index.js",
"build": "tsc --build --verbose",
"debug": "nodemon -L --ext ts --exec 'node --inspect=0.0.0.0:9229 --trace-warnings -r ts-node/register --loader ts-node/esm src/index.ts'",
"dev": "doppler run --fallback-only -- nodemon -L --ext ts --exec 'node --no-warnings -r ts-node/register --loader ts-node/esm src/index.ts'",
Expand Down

0 comments on commit 2bdf7ff

Please sign in to comment.