unexpected OOM. #6170
Replies: 6 comments 30 replies
-
You can set those listeners for Redis to 0 if that helps. https://www.librechat.ai/docs/configuration/dotenv#redis although I don’t think that would be cause for a memory issue, since it’s just a potential warning. check to see what those user messages were too. |
Beta Was this translation helpful? Give feedback.
-
where are you hosting? |
Beta Was this translation helpful? Give feedback.
-
Similar issue here :) For some context We have 5 pods with We have our Our suspition comes from the RAG API that also had a memory spike around the same time and also went OOM. |
Beta Was this translation helpful? Give feedback.
-
This has started happening to me too now, on azure container apps. The app just keeps on dying as soon as it starts running out of memory. Not sure what to do tbh? have you found the root cause? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
We have the same out of heap memory error. I don't know if it still helps but this is our docker compose file. We're using dev-latest right now.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
We have been using Librechat for quite a while, we have around 100 users on a daily basis.
For an unknown reason at around 2AM, We saw that librechat is aborting requests to OpenAI and subsequently crashed.
during that hour, there were made only 2 requests to Librechat, they lasted for 1.5 seconds and a full minute after that, librechat started crashing
Note: we are aware redis is experimental, but we're on K8s and we must provide a redundancy for our users, so w can simply keep 1 pod alive.
we are running with 3 pods.
I found these logs:
until at some point we saw OOM errors:
I have 3 replicas running with each 6GB and by the looks of it, it could grow.
As there are no monitoring metrics apart from what i can get natively in k8s and no emitted traces, this proves very hard to debug any further.
Version Information
0.7.7-rc
Steps to Reproduce
havent found a way to reproduce.
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions