Skip to content

prometheus: increase memory limit to 6Gi

Thomas Morin requested to merge promemethus-memory into main

In my dev environment (which is a typical capo HA setup), I observe prometheus slightly above the 3Gi mark, but it seems to eat more during startup.

This MR:

  • increases the prometheus pod memory limit to 6Gi (instead of the 3Gi default)
  • increases the prometheus pod memory request to 3Gi (instead of the 750Mi default)

Closes #1049 (closed)

Edited by Thomas Morin

Merge request reports