Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-3007

SegmentStore cache does not take "string" map into account

    XMLWordPrintableJSON

Details

    Description

      The SegmentStore cache size calculation ignores the size of the field Segment.string (a concurrent hash map). It looks like a regular segment in a memory mapped file has the size 1024, no matter how many strings are loaded in memory. This can lead to out of memory. There seems to be no way to limit (configure) the amount of memory used by strings. In one example, 100'000 segments are loaded in memory, and 5 GB are used for Strings in that map.

      We need a way to configure the amount of memory used for that. This seems to be basically a cache. OAK-2688 does this, but it would be better to have one cache with a configurable size limit.

      Attachments

        1. OAK-3007.patch
          9 kB
          Thomas Mueller
        2. OAK-3007-2.patch
          12 kB
          Michael Dürig
        3. OAK-3007-3.patch
          15 kB
          Thomas Mueller

        Issue Links

          Activity

            People

              mduerig Michael Dürig
              thomasm Thomas Mueller
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: