OpenHFT / Chronicle-Map

Replicate your Key Value Store across your network, with consistency, persistance and performance.

Home Page:http://chronicle.software/products/chronicle-map/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heap usage higher when using ChronicleMap

Nick9606 opened this issue · comments

I have an application running that was using a HashMap for a local cache that I switched out for a ChronicleMap. After switching, I'm seeing higher heap usage than before. My understanding of ChronicleMaps is that they store data off heap, and if specified, use the disk with off-heap memory used to map to where on the disk the data is stored. Is this correct?

Please use Stack Overflow to ask questions. Closing.