From bed73618d6bde2d8045594af348086b8062f3e4b Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 20 Apr 2026 06:27:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=20Node.js=20=E5=86=85?= =?UTF-8?q?=E5=AD=98=E9=99=90=E5=88=B6=206144->8192MB=20=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=20OOM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index e308bc8fa..822361f09 100644 --- a/web/package.json +++ b/web/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "NODE_OPTIONS=--max-old-space-size=6144 tsc && vite build", + "build": "NODE_OPTIONS=--max-old-space-size=8192 tsc && vite build", "preview": "vite preview" }, "dependencies": {