Skip to content

Commit

Permalink
Optimized the IAM pod resoruces.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnudeep authored and ThilinaManamgoda committed Jul 30, 2021
1 parent c9b5915 commit afad2e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions advanced/is-pattern-1/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -90,7 +90,7 @@ wso2:
heap:
memory:
# Initial and minimum Heap size
xms: "2048m"
xms: "1024m"
# Maximum Heap size
xmx: "2048m"

Expand Down

0 comments on commit afad2e0

Please sign in to comment.