You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/06/16 08:07:17 UTC

[GitHub] [bookkeeper] eolivelli commented on a diff in pull request #3334: [ISSUE 3295]Fix JVM exited when running localbookie with jdk17 (#3295)

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: issues-unsubscribe@bookkeeper.apache.org

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