[SO] Adjust the resource settings 17/140417/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Tue, 11 Mar 2025 08:25:23 +0000 (09:25 +0100)
committerAndreas Geissler <andreas-geissler@telekom.de>
Tue, 11 Mar 2025 08:25:23 +0000 (09:25 +0100)
Increase the resource settings to improve the pod startup
and avoid restarts.

Issue-ID: OOM-3332

Change-Id: I8fd0ea2b5379fb1680b628f34ab687b8403d983d
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
kubernetes/so/components/so-bpmn-infra/values.yaml
kubernetes/so/components/so-cnfm-lcm/values.yaml
kubernetes/so/components/so-nssmf-adapter/values.yaml

index d2c5fa2..044426a 100755 (executable)
@@ -165,14 +165,14 @@ flavor: large
 resources:
   small:
     limits:
-      cpu: "1"
+      cpu: "2"
       memory: "3Gi"
     requests:
-      cpu: "0.5"
+      cpu: "1"
       memory: "3Gi"
   large:
     limits:
-      cpu: "2"
+      cpu: "3"
       memory: "6Gi"
     requests:
       cpu: "1"
index add8ad4..2bebed6 100644 (file)
@@ -104,17 +104,17 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: "3000m"
+      cpu: "4"
       memory: "4Gi"
     requests:
-      cpu: "500m"
+      cpu: "2"
       memory: "1Gi"
   large:
     limits:
-      cpu: "4000m"
+      cpu: "5"
       memory: "8Gi"
     requests:
-      cpu: "1000m"
+      cpu: "2"
       memory: "2Gi"
   unlimited: {}
 
index 09d652e..c5bef0c 100755 (executable)
@@ -131,14 +131,14 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: "1"
+      cpu: "2"
       memory: "2Gi"
     requests:
-      cpu: "0.5"
+      cpu: "1"
       memory: "2Gi"
   large:
     limits:
-      cpu: "2"
+      cpu: "3"
       memory: "3Gi"
     requests:
       cpu: "1"