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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 27 18:53:14 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-05-27 18:53:14 -0400 (Tue, 27 May 2008)
New Revision: 4312

Modified:
   trunk/src/config/jbm-configuration.xml
Log:
Few config changes

Modified: trunk/src/config/jbm-configuration.xml
===================================================================
--- trunk/src/config/jbm-configuration.xml	2008-05-27 22:52:36 UTC (rev 4311)
+++ trunk/src/config/jbm-configuration.xml	2008-05-27 22:53:14 UTC (rev 4312)
@@ -70,7 +70,7 @@
       
       <create-journal-dir>true</create-journal-dir>
       
-      <journal-type>nio</journal-type>
+      <journal-type>asyncio</journal-type>
       
       <journal-sync>true</journal-sync>
       
@@ -79,9 +79,9 @@
       
       <journal-min-files>10</journal-min-files>
       
-      <!-- Maximum of simultaneous asynchronous writes accepted by the native layer.
+      <!-- Maximum simultaneous asynchronous writes accepted by the native layer.
            (parameter ignored on NIO) -->
-      <journal-max-aio>9000</journal-max-aio>
+      <journal-max-aio>10000</journal-max-aio>
       
       
       <!--  Maximum time in milliseconds an AIO operation could take.
@@ -89,8 +89,9 @@
             - closing Asynchronous files
             - Transaction awaits
             - Awaits on non transactional writes
+            You can verify the max AIO on the OS level at /proc/sys/fs/aio_max_nr. (aio-nr will give you the current max-aio being used)
        -->
-      <journal-aio-timeout>90000</journal-aio-timeout>
+      <journal-aio-timeout>60000</journal-aio-timeout>
       
       <journal-task-period>5000</journal-task-period>
       




More information about the jboss-cvs-commits mailing list