Skip to content

Commit 456bbe2

Browse files
committed
operator: increase manager memory limit
We have been getting reports about the operator getting killed with an OOMKilled reason. This indicates we consume more memory than what the resource limit states. Bump up the memory limit to 50M. Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 3c0f617 commit 456bbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/operator/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
resources:
3030
limits:
3131
cpu: 100m
32-
memory: 30Mi
32+
memory: 50Mi
3333
requests:
3434
cpu: 100m
3535
memory: 20Mi

0 commit comments

Comments
 (0)