TimedPromiseExecutionRegistry causes OOM

XMLWordPrintable

    • Severity 1 - Critical

      The ArrayList can be made to grow to a huge size, but due to the nature of an ArrayList, calling remove does not actually shrink the underlying Object[], so the memory footprint remains huge, which can lead to OOM.

      Need to call trimToSize on the ArrayList, when removing timed promises from the list.

              Assignee:
              Matthew McMahon (Inactive)
              Reporter:
              Adrian Stephen (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: