From ee1b82d340dd8508b6df1d6d96a9de51847929c0 Mon Sep 17 00:00:00 2001 From: meichler Date: Mon, 12 Aug 2024 08:23:54 +0300 Subject: [PATCH 1/2] Increased JS memory to 13 GB --- .npmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index b0ff15479..c3eea62e4 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ -# Default node limit is 2GB. CircleCI machine has 15GB. We increase it here to 11.0GB. -node-options=--max-old-space-size=12000 +# Default node limit is 2GB. CircleCI machine has 15GB. We increase it here to 13.0GB. +node-options=--max-old-space-size=(13 * 1024) From a4fd80f750da00587500c247ca3a1466b4840ca0 Mon Sep 17 00:00:00 2001 From: meichler Date: Mon, 12 Aug 2024 08:57:05 +0300 Subject: [PATCH 2/2] 13000 --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index c3eea62e4..7dc13a86b 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ # Default node limit is 2GB. CircleCI machine has 15GB. We increase it here to 13.0GB. -node-options=--max-old-space-size=(13 * 1024) +node-options=--max-old-space-size=13000