Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/pulsar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ autorecovery:
waitBookkeeperTimeout: 120
resources:
requests:
memory: 64Mi
memory: 128Mi
cpu: 0.05
## Bookkeeper auto-recovery service
## templates/autorecovery-service.yaml
Expand All @@ -954,7 +954,7 @@ autorecovery:
##
configData:
BOOKIE_MEM: >
-Xms64m -Xmx64m
-Xms64m -Xmx128m
PULSAR_PREFIX_useV2WireProtocol: "true"
extraVolumes: []
initContainersExtraVolumeMounts: []
Expand Down Expand Up @@ -1422,7 +1422,7 @@ proxy:
##
configData:
PULSAR_MEM: >
-Xms64m -Xmx64m -XX:MaxDirectMemorySize=64m
-Xms64m -Xmx128m -XX:MaxDirectMemorySize=128m
PULSAR_GC: >
-XX:+UseZGC
-XX:+ZGenerational
Expand Down
Loading