diff --git a/src/webui/package.json b/src/webui/package.json index 73ecb76767..9afe3d48ee 100644 --- a/src/webui/package.json +++ b/src/webui/package.json @@ -77,9 +77,9 @@ "typescript": "3.4.5" }, "scripts": { - "start": "node --max-old-space-size=4096 scripts/start.js", - "build": "node --max-old-space-size=4096 scripts/build.js", - "test": "node --max-old-space-size=4096 scripts/test.js", + "start": "node --max-old-space-size=3072 scripts/start.js", + "build": "node --max-old-space-size=3072 scripts/build.js", + "test": "node --max-old-space-size=3072 scripts/test.js", "eslint": "npx eslint ./ --ext .tsx,.ts" }, "eslintConfig": {