Skip to content

Commit 0b6b030

Browse files
authored
Fix OOM issue on broker wait-zookeeper-ready initContainer (#568)
1 parent e55405c commit 0b6b030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/pulsar/templates/broker-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ spec:
138138
args:
139139
- >-
140140
{{- include "pulsar.broker.zookeeper.tls.settings" . | nindent 12 }}
141-
export BOOKIE_MEM="-Xmx128M";
141+
export PULSAR_MEM="-Xmx128M";
142142
{{- if .Values.pulsar_metadata.configurationStore }}
143143
until timeout 15 bin/pulsar zookeeper-shell -server {{ template "pulsar.configurationStore.connect" . }} get {{ .Values.configurationStoreMetadataPrefix }}/admin/clusters/{{ template "pulsar.cluster.name" . }}; do
144144
{{- end }}

0 commit comments

Comments
 (0)