Skip to content

Commit 531a90d

Browse files
authored
Bump max memory for GUI builds (#13209)
2GB more should be plenty to make nightlies pass again.
1 parent c15c750 commit 531a90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"scripts": {
2525
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json",
26-
"build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build",
26+
"build": "cross-env NODE_OPTIONS=--max-old-space-size=6144 vite build",
2727
"build-cloud": "cross-env ENSO_IDE_CLOUD_BUILD=true corepack pnpm run build",
2828
"preview": "vite preview",
2929
"lint": "eslint . --cache --max-warnings=0",

0 commit comments

Comments
 (0)