From 4a5d2dea6b4d490c0cf63c9614c89f165f20b08b Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 17 Jan 2023 04:00:09 +0100 Subject: [PATCH] Increase ram size --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index dc594d2b2..835a09890 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -33,6 +33,7 @@ then echo "Source maps are enabled" fi +export NODE_OPTIONS=--max-old-space-size=8192 vite build $SRC_MAPS