RE: Heap memory getting increase while doing cache.get()

2016-04-05 Thread Prabuddha
hat we can refer on cluster configuration. Regards, Prabuddha. -Original Message- From: Denis Magda [mailto:dma...@gridgain.com] Sent: Tuesday, April 05, 2016 12:34 PM To: user@ignite.apache.org Subject: Re: Heap memory getting increase while doing cache.get() Hi Prabuddha, Cache.get()

Heap memory getting increase while doing cache.get()

2016-04-04 Thread Prabuddha
Hi, We have a simple client server mode of apache ignite and we see a memory increase in server node heap while doing "cache.get(cacheKey)". Below is our scenario. 1. First we insert a one object list with "cacheKey". 2. Then we get it for like 200 times. In that case ser