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/01/11 09:52:00 UTC

[jira] [Created] (ARTEMIS-3059) AMQP reencoding should save creating Netty heap arenas

Francesco Nigro created ARTEMIS-3059:
----------------------------------------

             Summary: AMQP reencoding should save creating Netty heap arenas
                 Key: ARTEMIS-3059
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3059
             Project: ActiveMQ Artemis
          Issue Type: Improvement
          Components: AMQP, Broker
            Reporter: Francesco Nigro
            Assignee: Francesco Nigro


AMQP reencoding is using Netty pooled heap buffers to encode the message, creating heap arenas that would affect the broker heap memory footprint: this could be saved by using off-heap/direct arenas that are already allocated by the broker for networking.



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