mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 09:31:58 -05:00
[GH-ISSUE #14052] issue: Uploading files bigger than about 79kB (>3 segments) reliably crashes the Open WebUI but not the backend #55787
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 @Monniasza on GitHub (May 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14052
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.10
Ollama Version (if applicable)
0.7.0
Operating System
Windows 11 Home
Browser (if applicable)
Irrelevant
Confirmation
README.md.Expected Behavior
All files upload succesfully
Actual Behavior
The backend crashes with the
Za mało zasobów pamięci, aby można było przetworzyć to polecenie.error (The message is in Polish because I use Windows in Polish) after uploading the third fileSteps to Reproduce
Logs & Screenshots
Browser log, uploading only the second (not crashing) and third (crashing) files: localhost-1747678277195.log
Open WebUI log: Open WebUI log.txt
Ollama logs:
app-2.log
app-3.log
app-5.log
server.log
server-1.log
server-2.log
server-3.log
server-4.log
server-5.log
app.log
app-1.log
Additional Information
No response