This message was deleted.
# general
a
This message was deleted.
q
using the default values in the helm chart, only changed the retention to 10d. memory request 750M, limit 3GB,
Is there a way to ballpark the memory usage of the container based on the data retention, the number of dashboards etc...
I bumped the memory to 10G, and I see it is indeed using 3.7G at times.
c
prometheus’s memory utilization isn’t really influenced by the number of dashboards. It’s more about data cardinality - how many different elements is it collecting in a period of time. More nodes / pods / services / etc will push that up. Basically, the larger your cluster, the more memory it will need.
q
thanks. That makes a lot of sense. I was a bit lazy typing, that's what I meant in my head.