Skip to content

Commit

Permalink
TASK-1222514 removed unused param and using replica count as min clus…
Browse files Browse the repository at this point in the history
…ter size
  • Loading branch information
maurv committed Dec 3, 2021
1 parent 7a71b9e commit d553f47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ data:
NAMESPACE: {{ .Release.Namespace }}
JAVA_OPTS: {{ .Values.server.java_opts | quote }}
SERVICE_NAME: {{ template "hazelcastName" }}-service
CLUSTER_SIZE: {{ .Values.replicas | quote }}
{{- if .Values.server.min_cluster_size }}
MIN_CLUSTER_SIZE: {{ .Values.server.min_cluster_size | quote }}
{{- end }}
MIN_CLUSTER_SIZE: {{ .Values.replicas | quote }}
{{- if .Values.server.jmx_enabled }}
JMX_ENABLED: {{ .Values.server.jmx_enabled | quote }}
{{- end }}
Expand Down
1 change: 0 additions & 1 deletion charts/pega/charts/hazelcast/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ client:
server:
java_opts: "-XX:MaxRAMPercentage=80.0 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/opt/hazelcast/logs/heapdump.hprof
-XX:+UseParallelGC -Xlog:gc*,gc+phases=debug:file=/opt/hazelcast/logs/gc.log:time,pid,tags:filecount=5,filesize=3m"
min_cluster_size: "3"
jmx_enabled: "true"
health_monitoring_level: "OFF"
operation_generic_thread_count: ""
Expand Down

0 comments on commit d553f47

Please sign in to comment.