Skip to content

Commit e7eaabf

Browse files
authored
feat: max memory (#53)
1 parent 7e64cc1 commit e7eaabf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/scenarios/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ async function runRspack(ctx) {
5757
const lines = (remainingLine + chunk).split("\n");
5858
remainingLine = lines.pop();
5959
lines.forEach(processLine);
60+
},
61+
env: {
62+
NODE_OPTIONS: "--max-old-space-size=8192"
6063
}
6164
}
6265
);

0 commit comments

Comments
 (0)