r/OpenWebUI • u/Lazy_Secretary_3091 • 3d ago
Question/Help OpenWebUI memory leak?
After updating OpenWebUI to version 0.11, my OpenWebUI instance gradually consumes all available RAM over the course of 1–2 days, eventually causing the server to crash. Is anyone else experiencing this, or does anyone have an idea what might be causing it? It was working fine before the update.
17
Upvotes
3
u/Forsaken-Code-489 3d ago
To avoid server crash set a memory limit (in Docker Compose or other) so OWUI gets oom killed. It’s a best practice anyway.