RE: [External]Re: Freeing up RAM/cache

2019-10-14 Thread Denis Mekhanikov
ser@ignite.apache.org; user@ignite.apache.org > Subject: [External]Re: Freeing up RAM/cache > > The e-mail below is from an external source. Please do not open attachments > or click links from an unknown or suspicious origin. > > > There is no manual way to evict data from memo

RE: [External]Re: Freeing up RAM/cache

2019-10-14 Thread Kamlesh Joshi
: [External]Re: Freeing up RAM/cache The e-mail below is from an external source. Please do not open attachments or click links from an unknown or suspicious origin. There is no manual way to evict data from memory. You can limit the size of your data region<https://apacheignite.readme.io/d

Re: Freeing up RAM/cache

2019-10-10 Thread Denis Mekhanikov
There is no manual way to evict data from memory. You can limit the size of your data region, so that if this limit is reached, then some pages will be dropped from memory automatically and replaced with new ones. This process is called page replacement. You can read about it here:  https://cwiki

Freeing up RAM/cache

2019-10-10 Thread Kamlesh Joshi
Hi Igniters, Is there any way, to release main memory? I just want to remove few entries from RAM (and not from the persistence). If I need data again I should be able to retrieve it from persistence. I have already gone through the Expiration policy for the same. But, can we set Expiration po