Hi, You can use "TotalAllocatedSize" data region metric to get information regarding total used memory by the data region. More about metrics can be found here: https://apacheignite.readme.io/docs/memory-metrics#section-getting-metrics
Ignite stores cache data in off-heap memory(except near caches), you can configure data regions sizes that will be used for caches by using "initialSize" and "maxSize" properties in data region definition, as described here: https://www.gridgain.com/docs/8.7.6/developers-guide/memory-architecture/data-regions#configuring-default-data-region Regards, Igor Belyakov On Fri, Nov 22, 2019 at 12:48 PM ashishb888 <[email protected]> wrote: > How to get the actual size of caches? And do Ignite cache use heap size > provided to the application at the time of starting? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
