Skip to content

feat(frontend): increase max-old-space-size in FE Dockerfile#12624

Merged
DenysKarmazynDFINITY merged 1 commit intomainfrom
feat(frontend)/memory-increase
Apr 28, 2026
Merged

feat(frontend): increase max-old-space-size in FE Dockerfile#12624
DenysKarmazynDFINITY merged 1 commit intomainfrom
feat(frontend)/memory-increase

Conversation

@DenysKarmazynDFINITY
Copy link
Copy Markdown
Contributor

Motivation

We need to increase max-old-space-size in the docker environment when building FE to prevent fails due to JS heap size.

@DenysKarmazynDFINITY DenysKarmazynDFINITY requested a review from a team as a code owner April 28, 2026 08:18
Copilot AI review requested due to automatic review settings April 28, 2026 08:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR increases the Node.js heap limit during the frontend Docker build to prevent build failures caused by JavaScript heap out-of-memory errors.

Changes:

  • Set NODE_OPTIONS=--max-old-space-size=4096 in the frontend build stage of Dockerfile.frontend.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@DenysKarmazynDFINITY DenysKarmazynDFINITY force-pushed the feat(frontend)/memory-increase branch from 208b70f to 4b923a8 Compare April 28, 2026 08:24
@DenysKarmazynDFINITY DenysKarmazynDFINITY added this pull request to the merge queue Apr 28, 2026
Merged via the queue into main with commit 257a020 Apr 28, 2026
80 checks passed
@DenysKarmazynDFINITY DenysKarmazynDFINITY deleted the feat(frontend)/memory-increase branch April 28, 2026 08:46
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.

3 participants