From ec6d25ff598329fd183e2bfd8007520caa2d1ae6 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 17 Jan 2023 04:01:24 +0100 Subject: [PATCH] Decrease RAM-size of build process again --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 835a09890..94f79f31f 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -33,7 +33,7 @@ then echo "Source maps are enabled" fi -export NODE_OPTIONS=--max-old-space-size=8192 +export NODE_OPTIONS=--max-old-space-size=6500 vite build $SRC_MAPS