Skip to content

Commit a009b5d

Browse files
committed
fix: add custom max-old-space-size on spreaheads [skip ci]
1 parent 36fef3a commit a009b5d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-insider-spearhead.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
ASSETS_REPOSITORY: ${{ github.repository }}-insiders
1919
BINARY_NAME: codium-insiders
2020
GH_REPO_PATH: ${{ github.repository }}
21+
MAX_OLD_SPACE_SIZE: 12288
2122
ORG_NAME: ${{ github.repository_owner }}
2223
OS_NAME: osx
2324
SOURCEMAPS_REPOSITORY: ${{ github.repository_owner }}/sourcemaps

.github/workflows/publish-stable-spearhead.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
ASSETS_REPOSITORY: ${{ github.repository }}
1919
BINARY_NAME: codium
2020
GH_REPO_PATH: ${{ github.repository }}
21+
MAX_OLD_SPACE_SIZE: 12288
2122
ORG_NAME: ${{ github.repository_owner }}
2223
OS_NAME: osx
2324
SOURCEMAPS_REPOSITORY: ${{ github.repository_owner }}/sourcemaps

0 commit comments

Comments
 (0)