Skip to content

Commit

Permalink
remove the -XX:-UseAdaptiveSizePolicy with the new G1GC change in p…
Browse files Browse the repository at this point in the history
…lace
  • Loading branch information
kami619 authored May 9, 2024
1 parent e1f3bbe commit 2288800
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion provision/minikube/keycloak/templates/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ spec:
{{ end }}
- name: JAVA_OPTS_APPEND # <5>
value: >
-XX:-UseAdaptiveSizePolicy
{{- if not (eq (int .Values.metaspaceInitMB) 96) }}
-XX:MetaspaceSize={{ .Values.metaspaceInitMB }}m
{{- end }}
Expand Down

0 comments on commit 2288800

Please sign in to comment.