MichalKoziorowski-TomTom opened a new pull request, #386: URL: https://github.com/apache/pulsar-helm-chart/pull/386
Lowered BOOKIE_MEM and PULSAR_MEM in init containers Default BOOKIE_MEM and PULSAR_MEM settings from conf/pulsar_env.sh and conf/bkenv.sh (-Xms2g -Xmx2g -XX:MaxDirectMemorySize=4g) are too high for low-memory systems. Fixes #373 ### Motivation I saw OOM errors when initializing cluster on our low-memory node, especially in pulsar-pulsar-init job. ### Modifications I've added custom PULSAR_MEM and BOOKIE_MEM settings to init containers to places where bookkeeper / pulsar shell commands are run, and there shouldn't be much memory needed. ### Verifying this change - [ ] Make sure that the change passes the CI checks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
