[jboss-cvs] JBoss Messaging SVN: r5966 - trunk/src/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 2 17:53:02 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-03-02 17:53:02 -0500 (Mon, 02 Mar 2009)
New Revision: 5966

Modified:
   trunk/src/config/jbm-configuration.xml
Log:
Better buffer reusing value

Modified: trunk/src/config/jbm-configuration.xml
===================================================================
--- trunk/src/config/jbm-configuration.xml	2009-03-02 21:23:43 UTC (rev 5965)
+++ trunk/src/config/jbm-configuration.xml	2009-03-02 22:53:02 UTC (rev 5966)
@@ -162,7 +162,7 @@
 
       <!-- The journal will reuse any buffers where the size < journal-buffer-reuse-size on write operations
            Set this to -1 to disable this feature -->
-      <journal-buffer-reuse-size>4096</journal-buffer-reuse-size>
+      <journal-buffer-reuse-size>1536</journal-buffer-reuse-size>
 
       <!-- Does the journal sync to disk on each transaction commit, prepare or rollback? -->
       <journal-sync-transactional>true</journal-sync-transactional>




More information about the jboss-cvs-commits mailing list