Skip to content

Commit

Permalink
Increase max old space size
Browse files Browse the repository at this point in the history
  • Loading branch information
agostbiro committed May 3, 2024
1 parent 0bd3fca commit ddeaa0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/tools/js/benchmark/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async function benchmarkAllScenarios(outPath, useAnvil) {
const args = [
"--noconcurrent_sweeping",
"--noconcurrent_recompilation",
"--max-old-space-size=28000",
"--max-old-space-size=120000",
"index.js",
"benchmark",
"-g",
Expand Down
2 changes: 1 addition & 1 deletion crates/tools/js/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "",
"main": "index.js",
"scripts": {
"benchmark": "node --noconcurrent_sweeping --noconcurrent_recompilation --max-old-space-size=28000 index.js benchmark",
"benchmark": "node --noconcurrent_sweeping --noconcurrent_recompilation --max-old-space-size=120000 index.js benchmark",
"prebenchmark": "cd ../../../edr_napi/ && pnpm build",
"verify": "node index.js verify",
"report": "node index.js report",
Expand Down

0 comments on commit ddeaa0e

Please sign in to comment.