From 83b3fcc44ad68807f66c9c34186fee477f4202cb Mon Sep 17 00:00:00 2001 From: Magicloud <1886157+Magicloud@users.noreply.github.com> Date: Sun, 8 Mar 2020 15:37:45 +0800 Subject: [PATCH] Increase memory limitation for stackage-server-cron During process with hoogle, the memory usage excceeds 2GiB and causes pod crashing loop. --- etc/helm/values/staging.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/helm/values/staging.yaml b/etc/helm/values/staging.yaml index 742a958..f5eb772 100644 --- a/etc/helm/values/staging.yaml +++ b/etc/helm/values/staging.yaml @@ -28,9 +28,9 @@ cronResources: resources: requests: cpu: 150m - memory: 1048Mi + memory: 2Gi limits: cpu: 200m - memory: 2096Mi + memory: 4Gi registrySecretName: registry-key