Skip to content

Commit

Permalink
Increase max memory allocation to 6GB to support insanely large scans
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim committed Oct 14, 2024
1 parent c645986 commit 28e73d1
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 @@ -74,7 +74,7 @@
"build:watch": "npm run build -- --watch",
"copyfiles": "node ./scripts/copyFiles.js src/static/ejs dist/static && node ./scripts/copyFiles.js src/constants/errorMeta.json dist/constants && node ./scripts/copyFiles.js exclusions.txt dist",
"start": "node dist/index.js",
"cli": "node dist/cli.js",
"cli": "node --max-old-space-size=6144 dist/cli.js",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --fix --report-unused-disable-directives --max-warnings 0"
Expand Down

0 comments on commit 28e73d1

Please sign in to comment.