From f1f02ea38b7e6b736d272d3497a8eab01e93faa7 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Fri, 29 Jul 2022 14:31:12 +0200 Subject: [PATCH] Increase Memory Limit to 1Gi On a big cluster, with several patches, I get an average memory usage of 800Mi. With a limit at 500Mi, the manager get OOMKilled. --- config/manager/manager.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index e7a8ba9..f4ad4e1 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -50,7 +50,7 @@ spec: periodSeconds: 10 resources: limits: - memory: 500Mi + memory: 1Gi requests: cpu: 100m memory: 100Mi