mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-27 17:04:57 -05:00
[PR #13752] [CLOSED] feat(docker): increase Node.js memory limit for frontend build #126937
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/13752
Author: @hdt12a1
Created: 5/10/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
5c773f3feat(docker): increase Node.js memory limit for frontend build📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
Dockerfile(+1 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
NODE_OPTIONS="--max-old-space-size=6096". This change prevents potential "JavaScript heap out of memory" errors when building the frontend application with complex dependencies.Added
ENV NODE_OPTIONS="--max-old-space-size=6096"in the frontend build stage of the DockerfileChanged
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.