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 #=================================================