eolivelli commented on code in PR #3334:
URL: https://github.com/apache/bookkeeper/pull/3334#discussion_r898812993


##########
bin/common.sh:
##########
@@ -96,7 +96,8 @@ else
     -XX:MaxGCPauseMillis=10 \
     -XX:+ParallelRefProcEnabled \
     -XX:+UnlockExperimentalVMOptions \
-    -XX:+AggressiveOpts \
+    -XX:AutoBoxCacheMax=20000 \

Review Comment:
   I believe that we should drop this super specific values, and let the JVM 
auto tune.
   there is nothing specific in BK that needs this stuff



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

Reply via email to