From 89cb1d17064bc1e7306c5602b05b2d59736c2c2d Mon Sep 17 00:00:00 2001 From: cgewecke Date: Wed, 3 Apr 2024 13:39:03 -0700 Subject: [PATCH] increase resource size --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ae502f5..c39f793 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,8 +40,10 @@ jobs: command: | bash <(curl -s https://codecov.io/bash) e2e-zeppelin: - machine: true - environment: + machine: + image: ubuntu-2204:2024.01.1 + resource_class: large + environment: NODE_OPTIONS: --max_old_space_size=8192 steps: - checkout