Skip to content

Commit

Permalink
increase build memory due to node 18 failing to build OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Dec 20, 2024
1 parent eba13fc commit bdaa04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
# Our website should build even with limited memory
# See https://github.com/facebook/docusaurus/pull/10590
NODE_OPTIONS: '--max-old-space-size=400'
NODE_OPTIONS: '--max-old-space-size=450'
DOCUSAURUS_PERF_LOGGER: 'true'
- name: Docusaurus site CSS order
run: yarn workspace website test:css-order
Expand Down

0 comments on commit bdaa04a

Please sign in to comment.