GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/1791
ARTEMIS-1622 Reduce memory footprint of QueueImpl
LinkedListImpl is turned into an optionally intrusive linked list by
allowing message references to extend Node
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis node_gc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1791.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 #1791
----
commit 77956f00c95a41ac22cdfbad6ffaf6606bf2488d
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-01-18T14:45:20Z
ARTEMIS-1622 Reduce memory footprint of QueueImpl
LinkedListImpl is turned into an optionally intrusive linked list by
allowing message references to extend Node
----
---