Skip to content

[prometheus] Prom agent - bump memory limit

What

All Prometheus agents that we're using for remote write are hitting the memory limit of 200Gi. Bump to 250Gi for now until we able to establish the memory footprint.

Summary of changes

  • Increase memory to 250Gi
  • Remove CPU limits (best practice)
  • Also includes enable memory-snapshot-on-shutdown for faster rollouts.

Why

Prometheus agent is hitting the memory limit of 200Gi

Screenshot_2023-11-01_at_18.36.58

Source

Edited by Raúl Naveiras

Merge request reports