[jboss-cvs] JBoss Messaging SVN: r7171 - trunk/native/src.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 2 23:45:51 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-06-02 23:45:51 -0400 (Tue, 02 Jun 2009)
New Revision: 7171

Modified:
   trunk/native/src/disktest.cpp
Log:
tweaks

Modified: trunk/native/src/disktest.cpp
===================================================================
--- trunk/native/src/disktest.cpp	2009-06-03 03:40:09 UTC (rev 7170)
+++ trunk/native/src/disktest.cpp	2009-06-03 03:45:51 UTC (rev 7171)
@@ -30,7 +30,7 @@
    char * directory;
    int numberOfFiles;
    int fileSize = 10 * 1024 * 1024;
-   int bufferSize = 100 * 1024;
+   int bufferSize = 128 * 1024;
    void * preAllocBuffer = 0;
 
    int maxAIO = 500;




More information about the jboss-cvs-commits mailing list