File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,12 +116,12 @@ resources:
116116 cpu : 2000m
117117 memory : 5000Mi
118118 requests :
119- cpu : 100m
120- memory : 1000Mi
119+ cpu : 1000m
120+ memory : 3000Mi
121121additionalResources :
122122 # # Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
123123 # # Example: java_opts: "-Xms500M -Xmx500M"
124- javaOpts : " -Xms3200M -Xmx3200M "
124+ javaOpts : " -Xms2250M -Xmx3750M "
125125
126126# # ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
127127# # Clamav container already runs as 'mosip' user, so we may not need to enable this
Original file line number Diff line number Diff line change @@ -116,12 +116,12 @@ resources:
116116 cpu : 500m
117117 memory : 6000Mi
118118 requests :
119- cpu : 100m
120- memory : 1500Mi
119+ cpu : 250m
120+ memory : 3600Mi
121121additionalResources :
122122 # # Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
123123 # # Example: java_opts: "-Xms500M -Xmx500M"
124- javaOpts : " -Xms4800M -Xmx4800M "
124+ javaOpts : " -Xms2700M -Xmx4000M "
125125
126126# # ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
127127# # Clamav container already runs as 'mosip' user, so we may not need to enable this
Original file line number Diff line number Diff line change @@ -116,12 +116,12 @@ resources:
116116 cpu : 1500m
117117 memory : 4000Mi
118118 requests :
119- cpu : 100m
120- memory : 1000Mi
119+ cpu : 750m
120+ memory : 2400Mi
121121additionalResources :
122122 # # Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
123123 # # Example: java_opts: "-Xms500M -Xmx500M"
124- javaOpts : " -Xms3250M -Xmx3250M "
124+ javaOpts : " -Xms1800M -Xmx3000M "
125125
126126# # ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
127127# # Clamav container already runs as 'mosip' user, so we may not need to enable this
You can’t perform that action at this time.
0 commit comments