Sometimes Mimir Ingester is be OOM Killed #8678
Unanswered
kingbj940429
asked this question in
Help and support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use
mimir-distributed
helm chartv5.3.0
Sometimes mimir-ingester is be OOM Killed.
This is my values.yaml
And EKS is small. I have about 200 pods with 20 nodes
This is my mimir-ingester metrics

Etc Informations
Distributor
estimated rate =
(sum(prometheus_tsdb_head_series) * (60 / 30)) / 60
= 85,222Ingester
total number of in-memory series =
sum(prometheus_tsdb_head_series) * 3
= 7,670,400At some point, it suddenly becomes OOM Killed, but I have no idea why.
Beta Was this translation helpful? Give feedback.
All reactions