From 3da40391556891e4dd8c5d50259ada6404dbdc1d Mon Sep 17 00:00:00 2001 From: Cong-Cong Date: Tue, 19 Nov 2024 09:50:55 +0800 Subject: [PATCH] fix --- lib/scenarios/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scenarios/index.js b/lib/scenarios/index.js index 3a5b88ee..ee51dd6b 100644 --- a/lib/scenarios/index.js +++ b/lib/scenarios/index.js @@ -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" } } );