GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/1918
ARTEMIS-1722 Reduce pooled Netty ByteBuf usage
Given the temporary nature of the ProtonServerSenderContext, the Netty heap
pool can be avoided by reusing (enlarging if needed) a lazy local buffer
instance.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis
less_netty_heap_buffer
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1918.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1918
----
commit beea65a2fbb23a2f76bec2a6b51a29331c70af77
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-03-02T09:36:05Z
ARTEMIS-1722 Reduce pooled Netty ByteBuf usage
Given the temporary nature of the ProtonServerSenderContext, the Netty heap
pool can be avoided by reusing (enlarging if needed) a lazy local buffer
instance.
----
---