Re: Setting MemoryConfiguration

2017-07-31 Thread Evgenii Zhuravlev
With the default configuration, clients don't use offheap memory. If you
will configure MemoryConfiguration and create LOCAL cache - they will use
offHeap memory

Evgenii

2017-07-31 17:55 GMT+03:00 Amit Pundir :

> Thanks but does that mean client nodes do *not* use the offHeap memory?
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Setting-MemoryConfiguration-tp15813p15829.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>


Re: Setting MemoryConfiguration

2017-07-31 Thread Amit Pundir
Thanks but does that mean client nodes do *not* use the offHeap memory?



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Setting-MemoryConfiguration-tp15813p15829.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: Setting MemoryConfiguration

2017-07-31 Thread Evgenii Zhuravlev
Hi,

You need to configure MemoryConfigurationfor clients only if you want to
start LOCAL caches on client nodes.

Evgenii

2017-07-31 13:47 GMT+03:00 Amit Pundir :

> Hi,
>
> I want to set the max offHeap memory utilized by Ignite 2.0 nodes. For this
> I am defining the MemoryConfiguration for IgniteConfiguration on the Ignite
> *server* nodes as shown below.
>
> /My questions are -/
>
> 1. Do the Ignite *client* nodes also utilize offHeap memory?
> 2. Should this property be defined for Ignite *client* nodes at all?
>
>
> 
> 
>
> 
> 
> 
>
>
> Thanks
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Setting-MemoryConfiguration-tp15813.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>