Uploaded image for project: 'Spatial Information Systems'
  1. Spatial Information Systems
  2. SIS-556

Memory leak in tile cache

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.1, 1.2
    • 1.3
    • Coverage, Utilities
    • None

    Description

      When lot of ComputedImage are created (for example when ressampling a lot of images), some tiles consumed by the images may never be reclaimed by the garbage collector. The root cause is in the org.apache.sis.util.collection.Cache class, but this bug manifests only with org.apache.sis.image.TileCache (not with the other usages of Cache in SIS) because it happens only when a Cache.remove(…) method is explicitly invoked (instead of relying on automatic removal after garbage collection).

      Attachments

        Activity

          People

            desruisseaux Martin Desruisseaux
            desruisseaux Martin Desruisseaux
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: