Uploaded image for project: 'Commons Digester'
  1. Commons Digester
  2. DIGESTER-125

Memory leak in Digester class by inputSources collection

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.8
    • 1.8.1
    • None

    Description

      There is no clean method for inputSources list from Digeste class,
      in frequent usage of parse() method inputSources collection will collect references to sources objects. In this situation the number of object references represented by sources from inputSources,
      will be increased and consume a lot of memory. For intensive parsing smth around 200 mb for 8 hours was consumed.
      Solution is simple method cleanup() should contain line inputSources.clear(); at the end of the method.

      Attachments

        Activity

          People

            Unassigned Unassigned
            andriy.polyakov Andrey Polyakov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: