[
https://issues.apache.org/jira/browse/GEODE-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15706034#comment-15706034
]
ASF subversion and git services commented on GEODE-1509:
--------------------------------------------------------
Commit ea0ef97ae9983f44f4a733d0db72d1d81d2df3cb in incubator-geode's branch
refs/heads/develop from [~abarve]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=ea0ef97 ]
GEODE-1509: replacing HashSet<Integer> of recipient gateways with IntOpenHashSet
This closes #292
> Reduce the memory usage of GatewayEventCallbackArgument
> -------------------------------------------------------
>
> Key: GEODE-1509
> URL: https://issues.apache.org/jira/browse/GEODE-1509
> Project: Geode
> Issue Type: Improvement
> Components: wan
> Reporter: Dan Smith
> Assignee: Amey Barve
>
> GatewayEventCallbackArgument has a HashSet<Integer> of recipient gateways.
> Because we create a ton of these things, these sets end up consuming a lot of
> memory.
> It should probably use IntOpenHashSet initialized with a small size, eg new
> IntOpenHashSet(2).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)