From e65bd9e1346e65a9360eba3096e130c76b8554a3 Mon Sep 17 00:00:00 2001 From: "Reddy, Hemachandra (hr858f)" Date: Thu, 8 Jul 2021 16:49:43 -0500 Subject: [PATCH] Increase memory limit to prevent OOMKilled The current memory limits seems too small. Change-Id: I0473dad307ba1a879a0b89c0e138c8894a93329d --- config/manager/manager.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 9ba6fc1..ccad6dd 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -33,8 +33,8 @@ spec: resources: limits: cpu: 100m - memory: 30Mi + memory: 70Mi requests: cpu: 100m - memory: 20Mi + memory: 30Mi terminationGracePeriodSeconds: 10