Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Nov 19, 2024
1 parent 0e4a294 commit 3da4039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scenarios/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async function runRspack(ctx) {
lines.forEach(processLine);
},
env: {
NODE_OPTIONS: "--max-old-space-size=8192"
NODE_OPTIONS: "--max-old-space-size=16384"
}
}
);
Expand Down

0 comments on commit 3da4039

Please sign in to comment.