Increase CPU and Memory resources for k6 testing 10/143110/2
authorseanbeirne <sean.beirne@est.tech>
Tue, 3 Feb 2026 14:48:41 +0000 (14:48 +0000)
committerseanbeirne <sean.beirne@est.tech>
Wed, 4 Feb 2026 12:19:57 +0000 (12:19 +0000)
- Increased memory to 3GB
- Gave maximum available cpus to NCMP
- Disabled Second DMI deployment

Issue-ID: CPS-3091
Change-Id: Ie385fd279002d7141acd86868b7ef7c9306712a2
Signed-off-by: seanbeirne <sean.beirne@est.tech>
cps-charts/values.yaml

index 9d9ab2f..76d26c9 100644 (file)
@@ -51,11 +51,11 @@ cps:
     nodePort: 30080
   resources:
     requests:
-      cpu: "500m"
-      memory: "1Gi"
-    limits:
       cpu: "2000m"
-      memory: "2Gi"
+      memory: "3Gi"
+    limits:
+      cpu: "6000m"
+      memory: "5Gi"
   livenessProbe:
     # Give cps up to 170 seconds to become alive
     httpGet:
@@ -94,7 +94,7 @@ cps:
     POLICY_SERVICE_ENABLED: "false"
     POLICY_SERVICE_DEFAULT_DECISION: "deny from env"
     CPS_MONITORING_MICROMETER_JVM_EXTRAS: "true"
-    JAVA_TOOL_OPTIONS: "-Xms512m -Xmx1g -XX:+UseG1GC"
+    JAVA_TOOL_OPTIONS: "-XX:InitialRAMPercentage=70.0 -XX:MaxRAMPercentage=70.0"
     HAZELCAST_MODE_KUBERNETES_ENABLED: "true"
     NCMP_INVENTORY_MODEL_UPGRADE_R20250722_ENABLED: 'false'