PERF(prometheus): increase memory limit to 1Gi
- Increase memory request from 768Mi to 1Gi - Increase memory limit from 768Mi to 1Gi - Prevents OOM at 97% memory usage
This commit is contained in:
@@ -112,9 +112,9 @@ prometheus:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 768Mi
|
||||
memory: 1Gi
|
||||
limits:
|
||||
memory: 768Mi
|
||||
memory: 1Gi
|
||||
|
||||
# ServiceMonitor selector - scrape all ServiceMonitors
|
||||
serviceMonitorSelectorNilUsesHelmValues: false
|
||||
|
||||
Reference in New Issue
Block a user