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 <[email protected]> wrote: > Thanks Nikolai. > > On 28 July 2017 at 12:47, Nikolai Tikhonov <[email protected]> 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 >> code). I guess that 2-4 Gb will be enough in your case. >> >> On Fri, Jul 28, 2017 at 9:59 AM, Anil <[email protected]> wrote: >> >>> 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 >>> >>> >>> >> >
