Mimir queriers OOMKilling #7365
Answered
by
pstibrany
LasseHels
asked this question in
Help and support
Answered by
pstibrany
Feb 12, 2024
Replies: 1 comment 12 replies
|
Hello. If your queriers are configured with activity tracker enabled (it is enabled by default, but requires
It can be a single query causing OOMs. Once you understand which query it is and what exactly is happening, you can protect queriers by placing limits on the queries. |
12 replies
Answer selected by
LasseHels
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hello. If your queriers are configured with activity tracker enabled (it is enabled by default, but requires
emptyDirvolume to store data -- if you use Helm or our Jsonnet, this should be the case), then on next restart queriers will log all ongoing queries that were running when querier crashed. This can be used to find out which queries caused OOM.It can be a single query causing OOMs. Once you understand which query it is and what exactly is happening, you can protect queriers by placing limits on the queries.