You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Francesco Nigro (Jira)" <ji...@apache.org> on 2021/03/26 08:30:00 UTC

[jira] [Created] (ARTEMIS-3211) Increase MaxInlineLevel to 15 on JVM configuration and remove String deduplication

Francesco Nigro created ARTEMIS-3211:
----------------------------------------

             Summary: Increase MaxInlineLevel to 15 on JVM configuration and remove String deduplication
                 Key: ARTEMIS-3211
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3211
             Project: ActiveMQ Artemis
          Issue Type: Improvement
            Reporter: Francesco Nigro
            Assignee: Francesco Nigro


This is going to increase the max inlining level, that won't harm considering that's the next default on newer JDKs (see https://bugs.openjdk.java.net/browse/JDK-8234863), while removing string deduplication, given that it could increase GC pauses time and will mostly affect old generation String instances.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)