From 5e55ab4c0daa5106635d24622167e45b680b4242 Mon Sep 17 00:00:00 2001 From: Manish Jangid <msjangid@amazon.com> Date: Thu, 9 Mar 2023 18:03:54 -0600 Subject: [PATCH] Allocating more memory to container than JVM heap memory --- devops/aws/chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/aws/chart/values.yaml b/devops/aws/chart/values.yaml index 1712d51d2..1a880c4f4 100644 --- a/devops/aws/chart/values.yaml +++ b/devops/aws/chart/values.yaml @@ -69,10 +69,10 @@ environmentVariables: replicaCount: 1 resources: limits: - memory: 900M + memory: 1200M requests: cpu: 500m - memory: 900M + memory: 1200M autoscaling: enabled: true minReplicas: 1 -- GitLab