mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Memory Usage significant increase since 0.3.22 #2255
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 @TedLin1993 on GitHub (Oct 1, 2024).
Bug Report
Description
Bug Summary:
When the version reaches or exceeds 0.3.22, memory usage will significantly increase from approximately 300MB to 600MB. This poses a substantial cost difference for serverless systems. I hope someone can identify the cause and resolve this issue.
Reproduction Details
Environment Varaible:
Steps to Reproduce:
I deployed different versions of Open WebUI using Google Cloud Run and monitored the memory usage of each version. In version 0.3.21, the memory usage was around 300MB (with a set limit of 1GB)

Whereas when the version was upgraded to 0.3.22, the memory usage surged to approximately 600MB:
@justinh-rahb commented on GitHub (Oct 1, 2024):
Try 0.3.30, that's the current latest.
@TedLin1993 commented on GitHub (Oct 1, 2024):
I have tried, the memory usage still significant high.
@TedLin1993 commented on GitHub (Oct 1, 2024):
I switch version from 0.3.22 to 0.3.30:
As you can see, the memory usage remains the same.