diff --git a/advanced/is-pattern-1/values.yaml b/advanced/is-pattern-1/values.yaml index e504c4c..1f60462 100644 --- a/advanced/is-pattern-1/values.yaml +++ b/advanced/is-pattern-1/values.yaml @@ -76,12 +76,12 @@ wso2: # The minimum amount of memory that should be allocated for a Pod memory: "2Gi" # The minimum amount of CPU that should be allocated for a Pod - cpu: "1024m" + cpu: "1000m" limits: # The maximum amount of memory that should be allocated for a Pod memory: "4Gi" # The maximum amount of CPU that should be allocated for a Pod - cpu: "2048m" + cpu: "2000m" # JVM settings # These are the resource allocation configurations associated with the JVM # Refer to the official documentation for advanced details (https://is.docs.wso2.com/en/latest/setup/performance-tuning-recommendations/#jvm-settings) @@ -90,7 +90,7 @@ wso2: heap: memory: # Initial and minimum Heap size - xms: "2048m" + xms: "1024m" # Maximum Heap size xmx: "2048m"