You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2010/07/19 19:22:56 UTC

svn commit: r965565 - /activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml

Author: gtully
Date: Mon Jul 19 17:22:55 2010
New Revision: 965565

URL: http://svn.apache.org/viewvc?rev=965565&view=rev
Log:
use larger max file length, less swapping of files

Modified:
    activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml

Modified: activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml?rev=965565&r1=965564&r2=965565&view=diff
==============================================================================
--- activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml (original)
+++ activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml Mon Jul 19 17:22:55 2010
@@ -88,7 +88,7 @@
             <kahaDB directory="${activemq.base}/data/kahadb" 
                 cleanupInterval="300000" checkpointInterval="50000"
                 journalMaxWriteBatchSize="62k"
-                journalMaxFileLength="64mb"
+                journalMaxFileLength="1g"
                 indexCacheSize="100000" indexWriteBatchSize="100000"
             /> 
         </persistenceAdapter>