Hi,
In spite of setting a defaultMemoryPocliySize I am getting the below warning on
starting the node. Is there any other configuration required?
WARNING: No user-defined default MemoryPolicy found; system default of 1GB size
will be used.
<property name="memoryConfiguration">
<bean class="org.apache.ignite.configuration.MemoryConfiguration">
<property name="defaultMemoryPolicySize" value="#{200L * 1024 * 1024}"/>
<property name="memoryPolicies">
<list>
<bean
class="org.apache.ignite.configuration.MemoryPolicyConfiguration">
<property name="name" value="500MB_Region"/>
<property name="initialSize" value="#{100 * 1024 * 1024}"/>
<property name="maxSize" value="#{500 * 1024 * 1024}"/>
</bean>
</list>
</property>
</bean>
</property>
Thanks.
IMPORTANT NOTICE: This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error, please notify the system
manager and/or the sender immediately.