Could you show this behaviour on example? Which utils did you use for analyzing virtual memory state? How many time passed beetwen 4 and 5 steps?
On Fri, Mar 17, 2017 at 6:17 PM, lawrencefinn <[email protected]> wrote: > That's fair but why doesn't the process's memory go down by what I expect? > Scenario: > 1. Measure memory of process (A) > 2. Load offheap cache > 3. Measure memory of process (B) > 4. Destroy cache > 5. Measure memory of process(C) > > I would assume that C=A, that is the memory should return back to the > original state. But this is not what happens. The heap used and committed > stays pretty constant throughout this process. Any thoughts? > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/destroy-and-offheap-memory-tp11252p11285.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
