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?
<property name="memoryConfiguration">
<bean class="org.apache.ignite.configuration.MemoryConfiguration">
<property name="defaultMemoryPolicySize" value="#{7 * 1024 *
1024 * 1024}"/>
</bean>
</property>
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.