File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 3232 -Djdk.nio.maxCachedBufferSize=2000000
3333 # Allow loading dynamic agent used by JOL
3434 -XX:+EnableDynamicAgentLoading
35+ {{/* only check the version number if the image is not overriden in any way */}}
36+ {{- with .Values.image -}}
37+ {{- if and (eq .repository "trinodb/trino") (not .useRepositoryAsSoleImageReference) (not .registry) (not .digest) (gt (default $.Chart.AppVersion .tag | int ) 447 ) }}
38+ # https://bugs.openjdk.org/browse/JDK-8329528
39+ -XX:+UnlockDiagnosticVMOptions
40+ -XX:G1NumCollectionsKeepPinned=10000000
41+ {{- end }}{{/* if */}}
42+ {{- end }}{{/* with */}}
3543 {{- range $configValue := .Values.coordinator.additionalJVMConfig }}
3644 {{ $configValue }}
3745 {{- end }}
Original file line number Diff line number Diff line change 3333 -Djdk.nio.maxCachedBufferSize=2000000
3434 # Allow loading dynamic agent used by JOL
3535 -XX:+EnableDynamicAgentLoading
36+ {{/* only check the version number if the image is not overriden in any way */}}
37+ {{- with .Values.image -}}
38+ {{- if and (eq .repository "trinodb/trino") (not .useRepositoryAsSoleImageReference) (not .registry) (not .digest) (gt (default $.Chart.AppVersion .tag | int ) 447 ) }}
39+ # https://bugs.openjdk.org/browse/JDK-8329528
40+ -XX:+UnlockDiagnosticVMOptions
41+ -XX:G1NumCollectionsKeepPinned=10000000
42+ {{- end }}{{/* if */}}
43+ {{- end }}{{/* with */}}
3644 {{- range $configValue := .Values.worker.additionalJVMConfig }}
3745 {{ $configValue }}
3846 {{- end }}
You can’t perform that action at this time.
0 commit comments