From b01c4b6c6a0d5642079b73be6a5c27193730e425 Mon Sep 17 00:00:00 2001 From: Alek Petuskey Date: Tue, 13 Aug 2024 15:49:43 -0700 Subject: [PATCH] Bump memory on relevant actions (#3781) Co-authored-by: Alek Petuskey --- .github/workflows/benchmarks.yml | 2 +- .github/workflows/integration_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index c8ab75adb2..b849dd328c 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -17,7 +17,7 @@ defaults: env: PYTHONIOENCODING: 'utf8' TELEMETRY_ENABLED: false - NODE_OPTIONS: '--max_old_space_size=4096' + NODE_OPTIONS: '--max_old_space_size=8192' PR_TITLE: ${{ github.event.pull_request.title }} jobs: diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 8fa787aba6..58f7a668af 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -29,7 +29,7 @@ env: # - Best effort print lines that contain illegal chars (map to some default char, etc.) PYTHONIOENCODING: 'utf8' TELEMETRY_ENABLED: false - NODE_OPTIONS: '--max_old_space_size=4096' + NODE_OPTIONS: '--max_old_space_size=8192' PR_TITLE: ${{ github.event.pull_request.title }} jobs: