This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 0fc174b Increase max heap size from 64m -> 128m for proxy and
autorecovery (#642)
0fc174b is described below
commit 0fc174ba3edcdc143f470b307d79dc8626b97f1e
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Dec 8 20:19:02 2025 +0200
Increase max heap size from 64m -> 128m for proxy and autorecovery (#642)
---
charts/pulsar/values.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml
index 97146ac..95f1f73 100755
--- a/charts/pulsar/values.yaml
+++ b/charts/pulsar/values.yaml
@@ -939,7 +939,7 @@ autorecovery:
waitBookkeeperTimeout: 120
resources:
requests:
- memory: 64Mi
+ memory: 128Mi
cpu: 0.05
## Bookkeeper auto-recovery service
## templates/autorecovery-service.yaml
@@ -954,7 +954,7 @@ autorecovery:
##
configData:
BOOKIE_MEM: >
- -Xms64m -Xmx64m
+ -Xms64m -Xmx128m
PULSAR_PREFIX_useV2WireProtocol: "true"
extraVolumes: []
initContainersExtraVolumeMounts: []
@@ -1422,7 +1422,7 @@ proxy:
##
configData:
PULSAR_MEM: >
- -Xms64m -Xmx64m -XX:MaxDirectMemorySize=64m
+ -Xms64m -Xmx128m -XX:MaxDirectMemorySize=128m
PULSAR_GC: >
-XX:+UseZGC
-XX:+ZGenerational