-
I noticed some user queries lead to querier crashes (OOM killed I think). Since we already slice the ingoing query into daily slices I wonder what can cause the queries to be so expensive that they can crash a querier that always has plenty of RAM available (2-4Gb). What options do I have to prevent these querier crashes? Looking at the number of restarts they seem to happen like once a day only and the query seem to succeed after a few retries. So this is not an actual problem but I'm interested in what's going on there and how I could possibly improve the situation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Some general suggestions:
|
Beta Was this translation helpful? Give feedback.
Some general suggestions:
-store.query-chunk-limit
-store.max-query-length
-querier.max-query-parallelism