mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #21515] issue: OOM while compress_audio #58173
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 @Creearc on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21515
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.2
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Load ogg audio file to chat.
Waiting for transcribation.
Chatting with llm model.
Actual Behavior
Load ogg audio file to chat.
Instance of open WebUI reboots after second step of function:
open-webui/backend/open_webui/routers/audio.py
Steps to Reproduce
Put ogg file more than 50mb to chat and wait.
Logs & Screenshots
It wants a lot of ram to compress 60mb file.
sudo dmesg | grep -i oom
Additional Information
No response
@Classic298 commented on GitHub (Feb 17, 2026):
Please test 0.8.3 there were changes there
@Creearc commented on GitHub (Feb 18, 2026):
Same problem:
Open WebUI logs
sudo dmesg | grep -i oom
@tjbck commented on GitHub (Feb 19, 2026):
@Creearc could you share your deployment specs?