Re: Ignite Xmx configuration

2017-09-08 Thread Nikolai Tikhonov
Hi Anil, Yes, you are right. On Fri, Jul 28, 2017 at 3:29 PM, Anil wrote: > Hi Nikolai, > > > So i need to add 4gb + indexes size as cache size for off-heap cache ? > > Thanks, > Anil > > On 28 July 2017 at 17:23, Nikolai Tikhonov wrote: > >> Indexes does not include in it. Indexes will occupy

Re: Ignite Xmx configuration

2017-07-28 Thread Anil
Hi Nikolai, So i need to add 4gb + indexes size as cache size for off-heap cache ? Thanks, Anil On 28 July 2017 at 17:23, Nikolai Tikhonov wrote: > Indexes does not include in it. Indexes will occupy extra size. > > On Fri, Jul 28, 2017 at 12:21 PM, Anil wrote: > >> 1.9 version >> >> On 28 J

Re: Ignite Xmx configuration

2017-07-28 Thread Nikolai Tikhonov
Indexes does not include in it. Indexes will occupy extra size. On Fri, Jul 28, 2017 at 12:21 PM, Anil wrote: > 1.9 version > > On 28 July 2017 at 14:08, Nikolai Tikhonov wrote: > >> Which versioin ignite do you use? >> >> On Fri, Jul 28, 2017 at 11:12 AM, Anil wrote: >> >>> Hi Nikolai, >>> >>

Re: Ignite Xmx configuration

2017-07-28 Thread Anil
1.9 version On 28 July 2017 at 14:08, Nikolai Tikhonov wrote: > Which versioin ignite do you use? > > On Fri, Jul 28, 2017 at 11:12 AM, Anil wrote: > >> Hi Nikolai, >> >> One more question- documentation says the indexes are stored in off heap >> as well for off-heap cache? >> >> where does it

Re: Ignite Xmx configuration

2017-07-28 Thread Nikolai Tikhonov
Which versioin ignite do you use? On Fri, Jul 28, 2017 at 11:12 AM, Anil wrote: > Hi Nikolai, > > One more question- documentation says the indexes are stored in off heap > as well for off-heap cache? > > where does it store ? in the same 4 g (in my case) ? thanks. > > Regards, > Anil > > On 28

Re: Ignite Xmx configuration

2017-07-28 Thread Anil
Hi Nikolai, One more question- documentation says the indexes are stored in off heap as well for off-heap cache? where does it store ? in the same 4 g (in my case) ? thanks. Regards, Anil On 28 July 2017 at 12:56, Anil wrote: > Thanks Nikolai. > > On 28 July 2017 at 12:47, Nikolai Tikhonov w

Re: Ignite Xmx configuration

2017-07-28 Thread Anil
Thanks Nikolai. On 28 July 2017 at 12:47, Nikolai Tikhonov wrote: > Hi! > > If you used off-heap cache then entry is not stored in heap memory. Hence > Xmx is not related with cache size. You need to choose Xmx/Xms based on > your application requirements (how many object will be created by your

Re: Ignite Xmx configuration

2017-07-28 Thread Nikolai Tikhonov
Hi! If you used off-heap cache then entry is not stored in heap memory. Hence Xmx is not related with cache size. You need to choose Xmx/Xms based on your application requirements (how many object will be created by your code). I guess that 2-4 Gb will be enough in your case. On Fri, Jul 28, 2017

Ignite Xmx configuration

2017-07-27 Thread Anil
Hi Team, I have two off-heap caches with 4 gb size (per cache) in my ignite node. What would be the Xmx setting for ignite node ? is it 2 * 4 + heap required ? or Xmx is not related to any of the cache size ? please clarify. thanks. Regards Anil