increase resource size

debug-zeppelin-0.8.5
cgewecke 8 months ago
parent 7a1f172bf7
commit 89cb1d1706
  1. 6
      .circleci/config.yml

@ -40,8 +40,10 @@ jobs:
command: | command: |
bash <(curl -s https://codecov.io/bash) bash <(curl -s https://codecov.io/bash)
e2e-zeppelin: e2e-zeppelin:
machine: true machine:
environment: image: ubuntu-2204:2024.01.1
resource_class: large
environment:
NODE_OPTIONS: --max_old_space_size=8192 NODE_OPTIONS: --max_old_space_size=8192
steps: steps:
- checkout - checkout

Loading…
Cancel
Save