mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 18:43:44 -05:00
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory #1611
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?
Originally created by @windowshopr on GitHub (Jul 25, 2024).
Bug Report
Description
Bug Summary:
Latest git repository as of July, 2024, running
docker compose up --pull always --buildin PowerShell of Windows 10, running Docker Desktop, results in the following traceback:Steps to Reproduce:
git clone https://github.com/open-webui/open-webui.gitcdinto the directorydocker compose up --pull always --buildwith Docker Desktop runningExpected Behavior:
Container should build and run without error.
Actual Behavior:
[Describe what actually happened.]
Environment
Open WebUI Version: 0.3.10
Ollama (if applicable): 0.3.0 Windows Preview
Operating System: Windows 10
Browser (if applicable): Chrome
I tried increasing the VMEMM limit from 2Gb to 4Gb in the .yaml file, however same issue.
@justinh-rahb commented on GitHub (Jul 25, 2024):
Unless there's a specific reason, do you need to be building it? You could comment out the
build:section of the compose file and drop the--buildargument and it'll simply pull the images from GHCR.