Hi, You don't need to worried about it. Off Heap memory was freed in during destroy cache. You can see it here org.apache.ignite.internal.processors.offheap.GridOffHeapProcessor#destruct
On Thu, Mar 16, 2017 at 11:28 PM, lawrencefinn <[email protected]> wrote: > i have a setup where sometimes i will create caches from scratch and > destroy > old ones. when i call destroy on the cache, i don't think the process > memory goes down by the total memory used by that offheap cache. how does > destroy trigger a cleanup in offheap memory? is there a better way to do > this? > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/destroy-and-offheap-memory-tp11252.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
