Bug Report: Memory Utilization Issue After Load Test
Installation Method
Docker
Environment
**Open WebUI Version: v0.5.1
**Operating System: Ubuntu 24.04 LTS
**Browser (if applicable): Chrome Version 131.0.6778.205 (Official Build) (64-bit)
Expected Behavior
As part of load test, user creates a new chat and submits a large text message (size 7816 KB). After submitting the large chat message and deleting the associated conversation, the application's memory utilization should return to its pre-load test levels.
Actual Behavior
After the load test ends and the conversation containing the large chat message is deleted, the application's memory utilization remains at levels consistent with the load test, indicating potential memory retention or improper release.
Description
Bug Summary
Memory usage increases significantly after posting a large message and does not return to normal levels even after deleting the conversation.
Behavior Details
Before Posting a Large Chat Message
Memory consumption is within normal parameters.
After Posting a Large Chat Message
Memory usage increases substantially with a message size of 7816 KB.
After Deleting the Large Chat Message
Memory usage does not decrease and remains at elevated levels.
After Rebooting the Application
Memory usage resets to normal, suggesting that the issue lies in runtime memory management.
Reproduction Details
Steps to Reproduce
Post a large chat message (size: 7816 KB).
Delete the conversation containing the large chat message.
Observe memory utilization via monitoring tools.
(Optional) Reboot the application and observe memory utilization.
Logs and Screenshots
Docker Container Logs
I didn't capture it but I can provide that if needed.
Screenshots
Included above.
Additional Information
This issue appears to be related to runtime memory management.
Rebooting the application resets memory usage, suggesting the problem is not due to persistent storage.
Originally created by @jeeteshchel on GitHub (Dec 31, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8234
# Bug Report: Memory Utilization Issue After Load Test
## Installation Method
Docker
## Environment
- **Open WebUI Version: v0.5.1
- **Operating System: Ubuntu 24.04 LTS
- **Browser (if applicable): Chrome Version 131.0.6778.205 (Official Build) (64-bit)
---
## Expected Behavior
As part of load test, user creates a new chat and submits a large text message (size 7816 KB). After submitting the large chat message and deleting the associated conversation, the application's memory utilization should return to its pre-load test levels.
## Actual Behavior
After the load test ends and the conversation containing the large chat message is deleted, the application's memory utilization remains at levels consistent with the load test, indicating potential memory retention or improper release.
---
## Description
### **Bug Summary**
Memory usage increases significantly after posting a large message and does not return to normal levels even after deleting the conversation.
### **Behavior Details**
#### Before Posting a Large Chat Message
- Memory consumption is within normal parameters.

#### After Posting a Large Chat Message
- Memory usage increases substantially with a message size of 7816 KB.


#### After Deleting the Large Chat Message
- Memory usage does not decrease and remains at elevated levels.


#### After Rebooting the Application
- Memory usage resets to normal, suggesting that the issue lies in runtime memory management.


---
## Reproduction Details
### **Steps to Reproduce**
1. Post a large chat message (size: 7816 KB).
2. Delete the conversation containing the large chat message.
3. Observe memory utilization via monitoring tools.
4. (Optional) Reboot the application and observe memory utilization.
---
## Logs and Screenshots
### **Docker Container Logs**
I didn't capture it but I can provide that if needed.
### **Screenshots**
Included above.
---
## Additional Information
- This issue appears to be related to runtime memory management.
- Rebooting the application resets memory usage, suggesting the problem is not due to persistent storage.
---
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @jeeteshchel on GitHub (Dec 31, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8234
Bug Report: Memory Utilization Issue After Load Test
Installation Method
Docker
Environment
Expected Behavior
As part of load test, user creates a new chat and submits a large text message (size 7816 KB). After submitting the large chat message and deleting the associated conversation, the application's memory utilization should return to its pre-load test levels.
Actual Behavior
After the load test ends and the conversation containing the large chat message is deleted, the application's memory utilization remains at levels consistent with the load test, indicating potential memory retention or improper release.
Description
Bug Summary
Memory usage increases significantly after posting a large message and does not return to normal levels even after deleting the conversation.
Behavior Details
Before Posting a Large Chat Message
After Posting a Large Chat Message
After Deleting the Large Chat Message
After Rebooting the Application
Reproduction Details
Steps to Reproduce
Logs and Screenshots
Docker Container Logs
I didn't capture it but I can provide that if needed.
Screenshots
Included above.
Additional Information