Reputation: 555
I am using ignite 2.9. Native persistence is disabled.
Enabled on heap caching using
CacheConfiguration.setOnheapCacheEnabled(true)
But I can still see off-heap metrics in logs.
Upvotes: 0
Views: 503
Reputation: 52565
An on-heap cache is in addition to the off-heap storage.
So:
Upvotes: 5