You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2009/04/21 06:55:55 UTC

svn commit: r766975 - in /portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/etc/db-ojb: distributed-ehcache.xml ehcache.xml

Author: taylor
Date: Tue Apr 21 04:55:54 2009
New Revision: 766975

URL: http://svn.apache.org/viewvc?rev=766975&view=rev
Log:
during load testing noticed that this setting is a little low for sites which use home pages. it won't matter in 2.2.0 since this cache is removed, but for future 2.1.x maintenance boosting the cache should help throughput

Modified:
    portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/etc/db-ojb/distributed-ehcache.xml
    portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/etc/db-ojb/ehcache.xml

Modified: portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/etc/db-ojb/distributed-ehcache.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/etc/db-ojb/distributed-ehcache.xml?rev=766975&r1=766974&r2=766975&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/etc/db-ojb/distributed-ehcache.xml (original)
+++ portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/etc/db-ojb/distributed-ehcache.xml Tue Apr 21 04:55:54 2009
@@ -495,8 +495,8 @@
             />
    
      <cache name="portletWindowCache"
-           maxElementsInMemory="200"
-           maxElementsOnDisk="1000"
+           maxElementsInMemory="2000"
+           maxElementsOnDisk="2000"
            eternal="false"
            overflowToDisk="false"
            timeToIdleSeconds="28800"

Modified: portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/etc/db-ojb/ehcache.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/etc/db-ojb/ehcache.xml?rev=766975&r1=766974&r2=766975&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/etc/db-ojb/ehcache.xml (original)
+++ portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/etc/db-ojb/ehcache.xml Tue Apr 21 04:55:54 2009
@@ -472,8 +472,8 @@
             />
    
      <cache name="portletWindowCache"
-           maxElementsInMemory="200"
-           maxElementsOnDisk="1000"
+           maxElementsInMemory="2000"
+           maxElementsOnDisk="2000"
            eternal="false"
            overflowToDisk="false"
            timeToIdleSeconds="28800"



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org