Skip to content

Commit

Permalink
ci: reduce Node max RAM to 3Go as medium executors have 4Go of RAM
Browse files Browse the repository at this point in the history
Signed-off-by: Gaëtan Maisse <[email protected]>
  • Loading branch information
gaetanmaisse committed Jan 13, 2021
1 parent e998038 commit fa273e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <<parameters.class>>
sb_node_10_browsers:
parameters:
Expand All @@ -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: <<parameters.class>>
sb_node_12_browsers:
parameters:
Expand All @@ -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: <<parameters.class>>

orbs:
Expand Down Expand Up @@ -76,7 +76,7 @@ commands:
jobs:
build:
executor:
class: medium
class: large
name: sb_node_10_classic
steps:
- git-shallow-clone/checkout_advanced:
Expand Down

0 comments on commit fa273e7

Please sign in to comment.