From 58783ca02f68b062cb160eac2e0074eacdf98362 Mon Sep 17 00:00:00 2001 From: Rashed K <89036140+rashedkvm@users.noreply.github.com> Date: Thu, 21 Dec 2023 07:32:45 -0800 Subject: [PATCH] chore: Extend memory limit (#641) Signed-off-by: Rashed Kamal --- config/manager/manager.yaml | 2 +- dist/cartographer-conventions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index c5e00c42..bb8858e0 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -29,7 +29,7 @@ spec: resources: limits: cpu: 100m - memory: 256Mi + memory: 512Mi requests: cpu: 100m memory: 20Mi diff --git a/dist/cartographer-conventions.yaml b/dist/cartographer-conventions.yaml index 98e6990d..97f8f3ed 100644 --- a/dist/cartographer-conventions.yaml +++ b/dist/cartographer-conventions.yaml @@ -7016,7 +7016,7 @@ spec: resources: limits: cpu: 100m - memory: 256Mi + memory: 512Mi requests: cpu: 100m memory: 20Mi