You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2018/01/19 14:32:00 UTC

[jira] [Updated] (ARTEMIS-1622) Reduce memory footprint of QueueImpl

     [ https://issues.apache.org/jira/browse/ARTEMIS-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish updated ARTEMIS-1622:
----------------------------------
    Description: QueueImpl is backed by LinkedListImpl that allocates a Node for each message reference: reducing the footprint will help GC and allow more precise memory estimation to tune the heap.

> Reduce memory footprint of QueueImpl
> ------------------------------------
>
>                 Key: ARTEMIS-1622
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1622
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>         Environment: QueueImpl is backed by LinkedListImpl that allocates a Node for each message reference: reducing the footprint will help GC and allow more precise memory estimation to tune the heap.
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Major
>
> QueueImpl is backed by LinkedListImpl that allocates a Node for each message reference: reducing the footprint will help GC and allow more precise memory estimation to tune the heap.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)