[Pvfs2-cvs] commit by pcarns in pvfs2-1/src/server: pvfs2-server.h
CVS commit program
cvs at parl.clemson.edu
Wed Apr 30 09:32:08 EDT 2008
Update of /projects/cvsroot/pvfs2-1/src/server
In directory parlweb1:/tmp/cvs-serv22845/src/server
Modified Files:
Tag: small-file-branch
pvfs2-server.h
Log Message:
adjusting default parameters for precreate
Index: pvfs2-server.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/server/pvfs2-server.h,v
diff -p -u -r1.147.8.15 -r1.147.8.16
--- pvfs2-server.h 7 Apr 2008 15:07:42 -0000 1.147.8.15
+++ pvfs2-server.h 30 Apr 2008 13:32:08 -0000 1.147.8.16
@@ -64,9 +64,9 @@ extern job_context_id server_job_context
/* Specifies the number of handles to be preceated at a time from each
* server using the batch create request.
*/
-#define PVFS2_PRECREATE_BATCH_SIZE_DEFAULT 2048
+#define PVFS2_PRECREATE_BATCH_SIZE_DEFAULT 512
/* precreate pools will be topped off if they fall below this value */
-#define PVFS2_PRECREATE_LOW_THRESHOLD_DEFAULT 1536
+#define PVFS2_PRECREATE_LOW_THRESHOLD_DEFAULT 256
/* types of permission checking that a server may need to perform for
* incoming requests
More information about the Pvfs2-cvs
mailing list