[jboss-cvs] JBoss Messaging SVN: r4349 - trunk/src/config.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu May 29 18:28:21 EDT 2008
Author: clebert.suconic at jboss.com
Date: 2008-05-29 18:28:20 -0400 (Thu, 29 May 2008)
New Revision: 4349
Modified:
trunk/src/config/jbm-configuration.xml
Log:
Change maxAIO
Modified: trunk/src/config/jbm-configuration.xml
===================================================================
--- trunk/src/config/jbm-configuration.xml 2008-05-29 17:54:01 UTC (rev 4348)
+++ trunk/src/config/jbm-configuration.xml 2008-05-29 22:28:20 UTC (rev 4349)
@@ -91,7 +91,7 @@
(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>
+ <journal-max-aio>5000</journal-max-aio>
<!-- Maximum time in milliseconds an AIO operation could take.
More information about the jboss-cvs-commits
mailing list