Skip to content

Commit 5f4861c

Browse files
author
FalkWolsky
committed
Increase Buid Memory for lowcoder comps
1 parent 42c616b commit 5f4861c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.3
1+
2.4.4

client/packages/lowcoder-comps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
}
198198
},
199199
"scripts": {
200-
"start": "NODE_OPTIONS=--max_old_space_size=6144 vite",
200+
"start": "NODE_OPTIONS=--max_old_space_size=12288 vite",
201201
"build": "yarn test && lowcoder-cli build",
202202
"build_only": "lowcoder-cli build",
203203
"build_publish": "lowcoder-cli build --publish",

0 commit comments

Comments
 (0)