Hi,

I am trying to find out why it appears the RANDOM_LRU algo doesn't seem to
work with the following config.  Log attached, as well...after the log of
the below...

2019-09-09 11:04:03.557 WARN  [sys-stripe-5-#6%TemenosGrid%]
IgniteCacheDatabaseSharedManager - Page-based evictions started. Consider
increasing 'maxSize' on Data Region configuration: 1G_Region

after a few minutes you see memory steadily decrease.  What information in
the log will help me determine how many pages are freed, etc?

Thanks,
Rick

dateRepo1.out
<http://apache-ignite-users.70518.x6.nabble.com/file/t869/dateRepo1.out>  
dataRepo2.out
<http://apache-ignite-users.70518.x6.nabble.com/file/t869/dataRepo2.out>  


                                <property name="dataRegionConfigurations">
                                        <list>
                                                
                                                <bean 
class="org.apache.ignite.configuration.DataRegionConfiguration">
                                                        <property name="name" 
value="1G_Region" />

                                                        
                                                        <property 
name="initialSize" value="#{100L * 1024 * 1024}" />

                                                        
                                                        <property 
name="maxSize" value="#{1000L * 1024 * 1024}" />
                                                        <property 
name="persistenceEnabled" value="false" />
                                                        <property 
name="pageEvictionMode" value="RANDOM_LRU" />
                                                        <property
name="evictionThreshold" value="0.7"  />
                                                </bean>
                                                
                                        </list>
                                </property>





--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to