This content has been marked as final.
Show 1 reply
-
1. Re: Infinispan not releasing memory
rvansa Sep 23, 2014 9:11 AM (in response to karminder.singh)That's a known limitation of the SingleFileStore - it cannot shrink the file, and it cannot defragment that (worst-case is writing entries with size 1, 2, 3 ... - you'll end up with file taking n * (n +1) / 2 bytes).
You can try LevelDB store instead.