Skip to content

Commit

Permalink
Bump heap size more
Browse files Browse the repository at this point in the history
  • Loading branch information
btat committed Jan 22, 2024
1 parent f747efc commit 964b481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build website
env:
NODE_OPTIONS: "--max_old_space_size=4608"
NODE_OPTIONS: "--max_old_space_size=5120"
run: yarn build --no-minify

# Popular action to deploy to GitHub Pages:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: yarn run remark --quiet --use remark-lint-no-dead-urls ./docs
- name: Test build website
env:
NODE_OPTIONS: "--max_old_space_size=4608"
NODE_OPTIONS: "--max_old_space_size=5120"
run: yarn build --no-minify
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "NODE_OPTIONS='--max-old-space-size=4608' docusaurus build",
"build": "NODE_OPTIONS='--max-old-space-size=5120' docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
Expand Down

0 comments on commit 964b481

Please sign in to comment.