From 80e228ef775c10cf22c7cbe718dbbed84d9ac663 Mon Sep 17 00:00:00 2001 From: Nigel Jones Date: Wed, 15 Mar 2023 14:26:52 +0000 Subject: [PATCH] Update egeria pods to 2GB default Signed-off-by: Nigel Jones --- charts/odpi-egeria-lab/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/odpi-egeria-lab/values.yaml b/charts/odpi-egeria-lab/values.yaml index fb3c718a..75819548 100644 --- a/charts/odpi-egeria-lab/values.yaml +++ b/charts/odpi-egeria-lab/values.yaml @@ -50,8 +50,8 @@ egeria: cpu: 2000m memory: 2Gi requests: - cpu: 2000m - memory: 1Gi + cpu: 500m + memory: 2Gi datalake: #jvmopts: "-Xms500m -Xmx1024m" #jvmopts: "-XX:MinRAMPercentage=10 -XX:MaxRAMPercentage=80" @@ -60,18 +60,18 @@ egeria: cpu: 2000m memory: 2Gi requests: - cpu: 250m + cpu: 500m memory: 2Gi dev: #jvmopts: "-Xms500m -Xmx1024m" #jvmopts: "-XX:MinRAMPercentage=40 -XX:MaxRAMPercentage=80" resources: limits: - cpu: 1000m - memory: 1Gi + cpu: 2000m + memory: 2Gi requests: cpu: 500m - memory: 1Gi + memory: 2Gi factory: #jvmopts: "-Xms250m -Xmx512m" #jvmopts: "-XX:MinRAMPercentage=40 -XX:MaxRAMPercentage=80"