From 7846f261996df60db6ade7de3683037254a3994d Mon Sep 17 00:00:00 2001 From: Juho Saarinen Date: Thu, 12 Nov 2020 02:14:33 +0200 Subject: [PATCH] Increase memory limit (#173) We saw controller quite often OOMing, so first help to increase limit a bit. --- 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 c31d2e287c..1fb166ecd9 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -57,7 +57,7 @@ spec: resources: limits: cpu: 100m - memory: 30Mi + memory: 100Mi requests: cpu: 100m memory: 20Mi