Skip to content

Commit 62de737

Browse files
authored
Bump up max old space size (#680)
Getting OOMs on Mac builds for release workflow: https://github.com/dyad-sh/dyad/actions/runs/16395872602/job/46328291961
1 parent dd4987a commit 62de737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
# Publish (all platforms)
6666
- name: Publish app
6767
env:
68+
NODE_OPTIONS: "--max-old-space-size=4096"
6869
SM_CODE_SIGNING_CERT_SHA1_HASH: ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }}
6970
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7071
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}

0 commit comments

Comments
 (0)