[jboss-jira] [JBoss JIRA] (JGRP-1394) Reduce memory used by data structures
Bela Ban (Commented) (JIRA)
jira-events at lists.jboss.org
Fri Dec 2 11:51:40 EST 2011
[ https://issues.jboss.org/browse/JGRP-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647644#comment-12647644 ]
Bela Ban commented on JGRP-1394:
--------------------------------
Also take a look at where we could replace hashmaps with array based structures, similar to RetransmitTable
> Reduce memory used by data structures
> -------------------------------------
>
> Key: JGRP-1394
> URL: https://issues.jboss.org/browse/JGRP-1394
> Project: JGroups
> Issue Type: Enhancement
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 3.2
>
>
> Some protocols maintain data structures, usually one per cluster member. For example, NAKACK has a hashmap of members and their associated NakreceiverWindows. Each NRW has a RetransmitTable and a Retransmitter.
> Another example is STABLE.
> Look at those data structures and try to reduce their memory footprint. This may not be important for small clusters, but becomes important in large clusters. E.g if we have 1000 cluster nodes, then every data structure's memory footprint is multiplied by 1000 !
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list