From 0668ef11369be886505d8edb2d16c38d00cc9834 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 26 Nov 2022 16:26:43 +0100 Subject: [PATCH] MEMORY_NEEDED=2048 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 21222da..972675b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,7 +3,7 @@ #================================================= # COMMON VARIABLES #================================================= -MEMORY_NEEDED="10240" +MEMORY_NEEDED="2048" NODEJS_VERSION=18 #=================================================