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 2018/04/03 06:58:00 UTC

[jira] [Updated] (ARTEMIS-1772) Reduce memory footprint and allocations of QueueImpl

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

Francesco Nigro updated ARTEMIS-1772:
-------------------------------------
    Description: Each message referenced into QueueImpl is using Atomic* and boxed types that could be turned into primitive types, reducing the number of allocations and increasing the precision of the memory footprint estimation.

> Reduce memory footprint and allocations of QueueImpl
> ----------------------------------------------------
>
>                 Key: ARTEMIS-1772
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1772
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>            Reporter: Francesco Nigro
>            Priority: Major
>
> Each message referenced into QueueImpl is using Atomic* and boxed types that could be turned into primitive types, reducing the number of allocations and increasing the precision of the memory footprint estimation.



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