[
https://issues.apache.org/jira/browse/ARTEMIS-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018262#comment-17018262
]
ASF subversion and git services commented on ARTEMIS-2602:
----------------------------------------------------------
Commit b10d7651394033f8688d1606b42451c1386815e7 in activemq-artemis's branch
refs/heads/master from Francesco Nigro
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=b10d765 ]
ARTEMIS-2602 load surviving records into SparseArrayLinkedList
> Improve Journal loading heap usage
> ----------------------------------
>
> Key: ARTEMIS-2602
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2602
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Francesco Nigro
> Priority: Major
> Fix For: 2.12.0
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> Journal loading is making consuming too much heap for boxed/unboxed types and
> due to the LinkedList used to store records read from the journal: this could
> be improved by using proper primitive collections and unrolled linked lists.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)