From fc0a6745e252178ef46f9c5fcfc73b73323c4cc7 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 29 Aug 2023 15:19:07 +0200 Subject: [PATCH] CI: increase memory size --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 5ed3bc38e..5760ecd0e 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -43,7 +43,7 @@ else echo "$ASSET_URL" fi -export NODE_OPTIONS=--max-old-space-size=6500 +export NODE_OPTIONS=--max-old-space-size=32768 vite build $SRC_MAPS