diff --git a/charts/trino/Chart.yaml b/charts/trino/Chart.yaml index d4ca936..ad9d38d 100644 --- a/charts/trino/Chart.yaml +++ b/charts/trino/Chart.yaml @@ -11,4 +11,4 @@ sources: - https://github.com/trinodb/charts - https://github.com/trinodb/trino/tree/master/core/docker type: application -version: 0.9.0 +version: 0.10.0 diff --git a/charts/trino/templates/configmap-coordinator.yaml b/charts/trino/templates/configmap-coordinator.yaml index 63bd8ab..102121d 100644 --- a/charts/trino/templates/configmap-coordinator.yaml +++ b/charts/trino/templates/configmap-coordinator.yaml @@ -27,7 +27,6 @@ data: -XX:+HeapDumpOnOutOfMemoryError -XX:+ExitOnOutOfMemoryError -Djdk.attach.allowAttachSelf=true - -XX:-UseBiasedLocking -XX:ReservedCodeCacheSize=512M -XX:PerMethodRecompilationCutoff=10000 -XX:PerBytecodeRecompilationCutoff=10000