Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
(ci/gitlab): Attempt to reduce max-old-space-size
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Oct 12, 2023
1 parent 2c11546 commit bac5dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pages:
- pnpm install
- npm run clean # temporarily clean up old files
# Pass --prefix-paths to gatsby build
- GATSBY_CPU_COUNT=1 NODE_OPTIONS=--max-old-space-size=4096 npm run build -- --prefix-paths --verbose --no-color
- GATSBY_CPU_COUNT=1 NODE_OPTIONS=--max-old-space-size=1536 npm run build -- --prefix-paths --verbose --no-color
artifacts:
paths:
- public
Expand Down

0 comments on commit bac5dec

Please sign in to comment.