You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Amey Barve (JIRA)" <ji...@apache.org> on 2016/11/16 12:10:58 UTC

[jira] [Assigned] (GEODE-1509) Reduce the memory usage of GatewayEventCallbackArgument

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

Amey Barve reassigned GEODE-1509:
---------------------------------

    Assignee: Amey Barve

> 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)