Hi Pascal, What version of Ignite do you use? >From 2.0 version, Ignite has different memory model like - page memory. So, memory allocated on page basis and you can have partially free pages.
On Wed, Jun 28, 2017 at 8:21 PM, Pascal <[email protected]> wrote: > Thank you for your answer Andrew. > > From [1]: /GridGain/ will typically add around 200 bytes overhead to each > entry > > I found ObjectProfiler.sizeof() gives a more reliable size size indication > than Classmexer. It now gives me an average size of 275 bytes, which seems > about right. > > Thanks again. > Pascal > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Measuring-cache-size-and-performance- > tp14072p14147.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Best regards, Andrey V. Mashenkov
