Skip to content

Commit 1a3d47f

Browse files
authored
increase memory for knative-eventing imc-controller (#7373)
since July 4 it has restarted 44 times after being OOM Killed Signed-off-by: skoved <[email protected]>
1 parent afe0d41 commit 1a3d47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/knative-eventing/base/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ patches:
4343
resources:
4444
requests:
4545
cpu: 100m
46-
memory: 100Mi
46+
memory: 1Gi
4747
limits:
4848
cpu: 150m
49-
memory: 320Mi
49+
memory: 1Gi
5050
5151
- patch: |-
5252
apiVersion: apps/v1

0 commit comments

Comments
 (0)