mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #5639] [CLOSED] build: Allow node to use more RAM during build #8518
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/5639
Author: @sebdanielsson
Created: 9/23/2024
Status: ❌ Closed
Base:
dev← Head:fix-build-error📝 Commits (1)
7e1931bAllow node to use more RAM during build📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
Dockerfile(+1 -0)📄 Description
Changelog Entry
Description
Allow node to use more RAM during the npm run build step. I'm developing on an M1 Macbook Air with 16 GB of RAM. I've configured Orbstack which I use instead of Docker Desktop to let Docker use 12 GB of RAM. When building the Dockerfile Node only use around 2096 MB of RAM during the npm build step. After some troubleshooting I increased the limit to 4096 MB and the build completed successfully.
Not sure how this value is calculated or if it's fixed for everyone but you can check it with:
Changed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.