Skip to content

Commit

Permalink
Bump memory limits for the operator controller-manager pod
Browse files Browse the repository at this point in the history
Starting OCP 4.16, the current set limits need to be bumped
to prevent them getting OOMKilled, e.g.:

NAME                                                              CPU(cores)   MEMORY(bytes)
swift-operator-controller-manager-6764c568ff-r4mzl                2m           468Mi
telemetry-operator-controller-manager-7c4fd577b4-9nnvq            2m           482Mi

Signed-off-by: Martin Schuppert <[email protected]>
  • Loading branch information
stuggi committed Jul 5, 2024
1 parent 5399100 commit 37d2f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 512Mi
requests:
cpu: 10m
memory: 128Mi
memory: 256Mi
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10

0 comments on commit 37d2f7c

Please sign in to comment.