2 Replies Latest reply on Apr 16, 2015 4:07 AM by ramim

    SingleFileStorage with higher volume

    oleg1234

      There are a few millions of relatively short entries in my Infinispan cache.

      I manage to add them all to the cache. However, upon restart, I experience heavy memory problems.

      It seems from the debug that the SingleFileStorage loader creates an index, which seems to require more than linear to the file size memory volume. All the data is loaded at once.

       

      Is there a way to solve this with Infinispan 6.0 and SingleFileStorage?