fix: use correct max-old-space-size flag syntax, increase mem limit for extensions-ci (#202862)

fixes #202720
This commit is contained in:
João Moreno
2024-01-19 17:04:06 +01:00
committed by GitHub
parent c5e803cc6c
commit 79cb8061ed
3 changed files with 21 additions and 21 deletions

View File

@@ -61,7 +61,7 @@ jobs:
run: yarn --frozen-lockfile --network-timeout 180000
- name: Compile and Download
run: yarn npm-run-all --max_old_space_size=4095 -lp compile "electron x64"
run: yarn npm-run-all --max-old-space-size=4095 -lp compile "electron x64"
- name: Run Unit Tests
id: electron-unit-tests