diff --git a/charts/testops/Chart.yaml b/charts/testops/Chart.yaml index dfa6d21..322d6d4 100644 --- a/charts/testops/Chart.yaml +++ b/charts/testops/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: testops -version: 5.8.0 +version: 5.8.1 appVersion: 5.8.1 description: TestOps diff --git a/charts/testops/templates/_helpers.tpl b/charts/testops/templates/_helpers.tpl index 64f5952..864d2c9 100644 --- a/charts/testops/templates/_helpers.tpl +++ b/charts/testops/templates/_helpers.tpl @@ -606,7 +606,7 @@ {{- $xmx = mul $xms 3 }} {{- end }} {{- end }} - {{- if gt ($v | trimSuffix "Gi" | atoi ) 6 }} + {{- if gt ($v | trimSuffix "Gi" | atoi ) 12 }} {{- printf "-XX:+UseG1GC -XX:+UseStringDeduplication -Xms%d%s -Xmx%d%s" $xms $unit $xmx $unit }} {{- else }} {{- printf "-XX:+UseParallelGC -Xms%d%s -Xmx%d%s" $xms $unit $xmx $unit }}