Maybe I could turn off eviction for some caches by setting
memoryConfiguration with properties like  <bean
class="org.apache.ignite.configuration.MemoryConfiguration">
                <property name="memoryPolicies">
                    <list>
                        <bean
class="org.apache.ignite.configuration.MemoryPolicyConfiguration">
                            <property name="name" value="not_persistent"/>
                            <property name="pageEvictionMode"
value="DISABLED"/>
                            <property name="evictionThreshold" value="0"/>
                        </bean>
                    </list>
                </property>

            </bean>

Could it help?



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

Reply via email to