Skip to content

Commit

Permalink
fix: remove zk forceSync jvm configuration (#1142)
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <[email protected]>
  • Loading branch information
ericsyh authored Jan 12, 2024
1 parent 4d8def2 commit 6882d25
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion charts/pulsar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,6 @@ zookeeper:
-XX:+DoEscapeAnalysis
-XX:+DisableExplicitGC
-XX:+PerfDisableSharedMem
-Dzookeeper.forceSync=no
statefulset:
annotations: {}
labels: {}
Expand Down
1 change: 0 additions & 1 deletion charts/sn-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,6 @@ zookeeper:
-XX:+DoEscapeAnalysis
-XX:+DisableExplicitGC
-XX:+PerfDisableSharedMem
-Dzookeeper.forceSync=no
extraOptions: []
gcLoggingOptions: []
configData: {}
Expand Down
1 change: 0 additions & 1 deletion examples/sn-platform/values-pulsar-3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ zookeeper:
-XX:+DoEscapeAnalysis
-XX:+DisableExplicitGC
-XX:+PerfDisableSharedMem
-Dzookeeper.forceSync=no
bookkeeper:
configData: {}
Expand Down

0 comments on commit 6882d25

Please sign in to comment.