Author: hfnukal
Date: 2012-04-05 05:01:58 -0400 (Thu, 05 Apr 2012)
New Revision: 8676
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/cluster/config.xml
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config.xml
Log:
Bug 808106 - Dashboard performance regression - cache configuration to FIFO
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/cluster/config.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/cluster/config.xml 2012-04-04
13:08:35 UTC (rev 8675)
+++
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/cluster/config.xml 2012-04-05
09:01:58 UTC (rev 8676)
@@ -30,11 +30,11 @@
<!-- Eviction configuration -->
<eviction wakeUpInterval="5000">
- <default
algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
+ <default algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm"
actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ParentNodeEvictionActionPolicy"
eventQueueSize="1000000">
- <property name="maxNodes" value="20000"/>
- <property name="warnNoExpirationKey" value="false"/>
+ <property name="maxNodes" value="5000"/>
+ <property name="minTimeToLive" value="20000"/>
</default>
</eviction>
</jbosscache>
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config.xml 2012-04-04
13:08:35 UTC (rev 8675)
+++
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config.xml 2012-04-05
09:01:58 UTC (rev 8676)
@@ -28,11 +28,11 @@
<!-- Eviction configuration -->
<eviction wakeUpInterval="5000">
- <default
algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
+ <default algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm"
actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ParentNodeEvictionActionPolicy"
eventQueueSize="1000000">
- <property name="maxNodes" value="20000"/>
- <property name="warnNoExpirationKey" value="false"/>
+ <property name="maxNodes" value="5000"/>
+ <property name="minTimeToLive" value="20000"/>
</default>
</eviction>
Show replies by date