Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-7647

CompressingStoredFieldsFormat should reclaim memory more aggressively

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.5.4, 6.4.1, 6.5, 7.0
    • None
    • None
    • New

    Description

      When stored fields are configured with BEST_COMPRESSION, we rely on garbage collection to reclaim Deflater/Inflater instances. However these classes use little JVM memory but may use significant native memory, so if may happen that the OS runs out of native memory before the JVM collects these unreachable Deflater/Inflater instances. We should look into reclaiming native memory more aggressively.

      Attachments

        1. LUCENE-7647.patch
          6 kB
          Adrien Grand

        Activity

          People

            Unassigned Unassigned
            jpountz Adrien Grand
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: