Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DFDL-713

Performance: memory leak since conversion to Scala 2.10

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • s13
    • s9
    • Infrastructure
    • None

      Simultaneous with the conversion to scala 2.10, memory behavior is much worse.

      When I run unit tests now, it fails due to out of heap, or GC overhead limit exceeded. This is true even when the JVM is given 6Gig heap space.

      One test, test_ExplicitLengthBytesNotGiven, allocates a giant array.

      This test fails now, and its presence in the suite really aggravates things. It is commented out now because it makes forward progress working impossible.

      Without that test, behavior is still bad. Tests run, but are broken up by GC pauses which happen more and more frequently as tests are run (from sbt).

      So something is leaking memory now.

              srobinson Scott Robinson
              mbeckerle.dfdl Mike Beckerle
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: