You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/08/21 09:59:44 UTC

[GitHub] [pulsar] lhotari commented on issue #7859: Use Java 11 for Docker Images

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:
users@infra.apache.org