[Pvfs2-cvs] commit by pcarns in pvfs2-1/src/common/misc: server-config.c

CVS commit program cvs at parl.clemson.edu
Wed Apr 30 09:32:08 EDT 2008


Update of /projects/cvsroot/pvfs2-1/src/common/misc
In directory parlweb1:/tmp/cvs-serv22845/src/common/misc

Modified Files:
      Tag: small-file-branch
	server-config.c 
Log Message:
adjusting default parameters for precreate


Index: server-config.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/common/misc/server-config.c,v
diff -p -u -r1.106.6.3 -r1.106.6.4
--- server-config.c	7 Apr 2008 19:12:53 -0000	1.106.6.3
+++ server-config.c	30 Apr 2008 13:32:08 -0000	1.106.6.4
@@ -622,11 +622,11 @@ static const configoption_t options[] =
       * server using the batch create request.
       */
      {"PrecreateBatchSize",ARG_INT, get_precreate_batch_size,NULL,
-         CTX_DEFAULTS|CTX_SERVER_OPTIONS, "2048"},
+         CTX_DEFAULTS|CTX_SERVER_OPTIONS, "512"},
  
      /* Precreate pools will be "topped off" if they fall below this value */
      {"PrecreateLowThreshold",ARG_INT, get_precreate_low_threshold,NULL,
-         CTX_DEFAULTS|CTX_SERVER_OPTIONS, "1536"},
+         CTX_DEFAULTS|CTX_SERVER_OPTIONS, "256"},
 
     /* Specifies if file stuffing should be enabled or not.  Default is
      * enabled; this option is only provided for benchmarking purposes 



More information about the Pvfs2-cvs mailing list