smoldenhauer-ish opened a new pull request, #2061:
URL: https://github.com/apache/zookeeper/pull/2061

   allows a more flexible usage of the ZK_SERVER_HEAP/ZK_CLIENT_HEAP 
environment variable to specify heap related JVM settings.
   It also keeps the old setting of a megabyte number for -Xmx 
   ZK_SERVER_HEAP="1500" sets  "-Xmx1500m"
   ZK_SERVER_HEAP="2g -Xms512"  -> "-Xmx2g -Xms512m"
   ZK_SERVER_HEAP="-XX:+UseContainerSupport -XX:MaxRAMPercentage=75"
   skips the -Xmx<number>m and adds the ZK_SERVER_HEAP as specified to the 
SERVER_JVM_FLAGS
   


-- 
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: notifications-unsubscr...@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to