Even if offheap is configured Ignite uses onheap cache to cache indexed values to avoid extra-deserializaitons.
In your dump you have 6,625 com.toi.expresso.dto.CreativeLineItemAdslot instances. By default org.apache.ignite.configuration.CacheConfiguration#getSqlOnheapRowCacheSize is 10240. Which means all your objects can be fit in cache. Try putting more objects. Onheap cache size should be tuned individually for each application after getting profiling information. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Spring-issue-with-Connect-to-Ignite-Server-Runing-on-Diff-Server-tp366p436.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
