Browse Source

Bump memory on relevant actions (#3781)

Co-authored-by: Alek Petuskey <alekpetuskey@Aleks-MacBook-Pro.local>
Alek Petuskey 9 months ago
parent
commit
b01c4b6c6a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/benchmarks.yml
  2. 1 1
      .github/workflows/integration_tests.yml

+ 1 - 1
.github/workflows/benchmarks.yml

@@ -17,7 +17,7 @@ defaults:
 env:
 env:
   PYTHONIOENCODING: 'utf8'
   PYTHONIOENCODING: 'utf8'
   TELEMETRY_ENABLED: false
   TELEMETRY_ENABLED: false
-  NODE_OPTIONS: '--max_old_space_size=4096'
+  NODE_OPTIONS: '--max_old_space_size=8192'
   PR_TITLE: ${{ github.event.pull_request.title }}
   PR_TITLE: ${{ github.event.pull_request.title }}
 
 
 jobs:
 jobs:

+ 1 - 1
.github/workflows/integration_tests.yml

@@ -29,7 +29,7 @@ env:
   # - Best effort print lines that contain illegal chars (map to some default char, etc.)
   # - Best effort print lines that contain illegal chars (map to some default char, etc.)
   PYTHONIOENCODING: 'utf8'
   PYTHONIOENCODING: 'utf8'
   TELEMETRY_ENABLED: false
   TELEMETRY_ENABLED: false
-  NODE_OPTIONS: '--max_old_space_size=4096'
+  NODE_OPTIONS: '--max_old_space_size=8192'
   PR_TITLE: ${{ github.event.pull_request.title }}
   PR_TITLE: ${{ github.event.pull_request.title }}
 
 
 jobs:
 jobs: