From fdf9dd7757af6574186bda3cb11bf08df3cf43d7 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Wed, 26 Jan 2022 15:34:07 +0200 Subject: [PATCH] Add -XX:+ExitOnOutOfMemoryError to Zookeeper's PULSAR_GC parameters in default values.yaml (#211) --- charts/pulsar/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml index a7960b5..3447a9a 100644 --- a/charts/pulsar/values.yaml +++ b/charts/pulsar/values.yaml @@ -394,6 +394,7 @@ zookeeper: -XX:+UnlockExperimentalVMOptions -XX:+DoEscapeAnalysis -XX:+DisableExplicitGC + -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem ## Add a custom command to the start up process of the zookeeper pods (e.g. update-ca-certificates, jvm commands, etc) additionalCommand: