Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-1509

Reduce the memory usage of GatewayEventCallbackArgument

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • wan
    • None

    Description

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

      Attachments

        Issue Links

          Activity

            People

              abarve Amey Barve
              upthewaterspout Dan Smith
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: