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/02/21 20:00:10 UTC

[jira] [Created] (ARTEMIS-3133) Reduce memory usage for Null an Ping packets

Francesco Nigro created ARTEMIS-3133:
----------------------------------------

             Summary: Reduce memory usage for Null an Ping packets
                 Key: ARTEMIS-3133
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3133
             Project: ActiveMQ Artemis
          Issue Type: Improvement
            Reporter: Francesco Nigro
            Assignee: Francesco Nigro


Currently NullResponseMessage and Ping report a wrong expected size (== 1500): it means that the allocated Netty buffers will be much bigger then necessary.

 

In addition, NullReponseMessage could cached if the transport channel won't use any resend cache, greatly reducing the memory used under load.



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