Skip to content

Commit c2ebc9e

Browse files
authored
PVO11Y-4717 Increase the limit to 4Gi (#6064)
This should allow observability-operator pod to survive the initial memory spike before the usage stabilises. The largest memory spike was noted on the stone-prod-p02 cluster as 1.5Gi. Sideffect of this is that this applies limits to ALL Operator pods, including prometheus-operator, perses-operator and webhook-admission. This should not impact scheduling as limits are not considered during scheduling. Existing proposal for configuring operator resource usage: operator-framework/operator-controller#1507
1 parent 7cd57bd commit c2ebc9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/monitoring/prometheus/base/observability-operator/observability-operator.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ spec:
1818
name: cluster-observability-operator
1919
source: redhat-operators
2020
sourceNamespace: openshift-marketplace
21+
config:
22+
resources:
23+
limits:
24+
memory: "4Gi"

0 commit comments

Comments
 (0)