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 2018/01/05 18:09:00 UTC

[jira] [Created] (ARTEMIS-1586) Reduce GC pressure due to String allocations on Core protocol

Francesco Nigro created ARTEMIS-1586:
----------------------------------------

             Summary: Reduce GC pressure due to String allocations on Core protocol
                 Key: ARTEMIS-1586
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1586
             Project: ActiveMQ Artemis
          Issue Type: Improvement
            Reporter: Francesco Nigro
            Assignee: Francesco Nigro


The core protocol produce a huge amount of StringValue/SimpleString instances during CoreMessage decoding of SessionSendMessages.
Often these instances are the same during the lifetime of a client/server connection: providing efficient interners would help to reduce the GC pressure, increasing the broker capacity/scalability.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)