Hello,
We are running Prometheus 2.37.1 on a VMWare instance with 32GB memory.
Prometheus keeps crashing with OOM when running some simple queries in the web frontend.
Here some key values from the TSDB status page:
Number of Series 49245
Number of Chunks 143382
Number of Label Pairs 3585
What could be the reason for Prometheus crashing all the time?
For example: I just ran java_lang_Memory_HeapMemoryUsage_used a few times and the memory usage went up to 22GB! After executing node_load1, prometheus allocates nearly 29GB. Finally Prometheus crashed after I increased the range two 1 week.
Any help is welcome
Udo