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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 28 00:23:16 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-05-28 00:23:16 -0400 (Wed, 28 May 2008)
New Revision: 4313

Modified:
   trunk/src/config/jbm-configuration.xml
Log:
change on doc mistake

Modified: trunk/src/config/jbm-configuration.xml
===================================================================
--- trunk/src/config/jbm-configuration.xml	2008-05-27 22:53:14 UTC (rev 4312)
+++ trunk/src/config/jbm-configuration.xml	2008-05-28 04:23:16 UTC (rev 4313)
@@ -80,7 +80,9 @@
       <journal-min-files>10</journal-min-files>
       
       <!-- Maximum simultaneous asynchronous writes accepted by the native layer.
-           (parameter ignored on NIO) -->
+           (parameter ignored on NIO) 
+            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-max-aio>10000</journal-max-aio>
       
       
@@ -89,7 +91,6 @@
             - 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>60000</journal-aio-timeout>
       




More information about the jboss-cvs-commits mailing list