You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/27 12:59:45 UTC

[jira] [Commented] (ARTEMIS-1002) ActiveMQBuffers creates a new netty pool increasing memory footprint

    [ https://issues.apache.org/jira/browse/ARTEMIS-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15885724#comment-15885724 ] 

ASF GitHub Bot commented on ARTEMIS-1002:
-----------------------------------------

GitHub user mtaylor opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1053

    ARTEMIS-1002 Use default PooledBufferAllocator in ActiveMQBuffers

    I'd like feedback from @willr3 before this is merged as @willr3 did the original work around the perf gains and I don't want to reverse that good work.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mtaylor/activemq-artemis ARTEMIS-1002

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1053.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 #1053
    
----
commit f6106d7292cbcd9bc2488a52fc29ecffa13ac709
Author: Martyn Taylor <mt...@redhat.com>
Date:   2017-02-27T12:48:39Z

    ARTEMIS-1002 Use default PooledBufferAllocator in ActiveMQBuffers

----


> ActiveMQBuffers creates a new netty pool increasing memory footprint
> --------------------------------------------------------------------
>
>                 Key: ARTEMIS-1002
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1002
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Martyn Taylor
>
> The netty pool used with ActiveMQBuffers should either be configurable so that users running on constrained devices don't have the initial memory footprint or use the DEFAULT pool allocator.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)