Skip to content

ci: increase build heap limit#669

Merged
vishxrad merged 1 commit into
mainfrom
visharad/increase-build-heap
Jun 22, 2026
Merged

ci: increase build heap limit#669
vishxrad merged 1 commit into
mainfrom
visharad/increase-build-heap

Conversation

@vishxrad

Copy link
Copy Markdown
Contributor

What

Increase the available Node.js heap and run workspace builds sequentially.

Why

The openui-react-native/backend Next.js build exceeded Node’s default ~4 GB heap limit during type-checking, causing CI to terminate with:

JavaScript heap out of memory

Changes

  • Set NODE_OPTIONS=--max-old-space-size=6144
  • Set pnpm workspace build concurrency to 1

Validation

  • Workflow YAML parses successfully
  • Confirmed --workspace-concurrency is supported by the configured pnpm version

@vishxrad vishxrad merged commit 63f12d4 into main Jun 22, 2026
1 check passed
@vishxrad vishxrad deleted the visharad/increase-build-heap branch June 22, 2026 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants