Skip to content

Commit f4f5e6f

Browse files
ci(deploy.yml): bumped max old space size to close to 7GB limit (#1419)
1 parent 8aae8c2 commit f4f5e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Build site
2929
env:
30-
NODE_OPTIONS: "--max_old_space_size=4096"
30+
NODE_OPTIONS: "--max_old_space_size=7000"
3131
run: yarn build:prefix
3232

3333
- uses: jakejarvis/s3-sync-action@master

0 commit comments

Comments
 (0)