From fa273e748d546ddf71be8b2d639785d98a7e397f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Maisse?= Date: Wed, 13 Jan 2021 20:46:13 +0100 Subject: [PATCH] ci: reduce Node max RAM to 3Go as medium executors have 4Go of RAM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gaƫtan Maisse --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 25a3d59a9846..66b369a7e80f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ executors: docker: - image: circleci/node:10 environment: - NODE_OPTIONS: --max_old_space_size=4096 + NODE_OPTIONS: --max_old_space_size=3076 resource_class: <> sb_node_10_browsers: parameters: @@ -25,7 +25,7 @@ executors: docker: - image: circleci/node:10-browsers environment: - NODE_OPTIONS: --max_old_space_size=4096 + NODE_OPTIONS: --max_old_space_size=3076 resource_class: <> sb_node_12_browsers: parameters: @@ -38,7 +38,7 @@ executors: docker: - image: circleci/node:12-browsers environment: - NODE_OPTIONS: --max_old_space_size=4096 + NODE_OPTIONS: --max_old_space_size=3076 resource_class: <> orbs: @@ -76,7 +76,7 @@ commands: jobs: build: executor: - class: medium + class: large name: sb_node_10_classic steps: - git-shallow-clone/checkout_advanced: