lhotari commented on issue #7859:
URL: https://github.com/apache/pulsar/issues/7859#issuecomment-678160537


   Using Java 11 for the Pulsar docker images won't solve the memory limit 
issue alone. By default, the Pulsar docker image uses the pulsar_env.sh script 
to set the memory limits, 
https://github.com/apache/pulsar/blob/master/conf/pulsar_env.sh#L45 . For 
Bookies, it's in the bkenv.sh script: 
https://github.com/apache/pulsar/blob/master/conf/bkenv.sh#L36 . 
   The default memory limits are static and are not calculated based on the 
available memory to the container.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to