From: Jeffrey Altman Date: Sat, 8 Mar 2008 23:31:52 +0000 (+0000) Subject: windows-config-20080308 X-Git-Tag: BP-openafs-windows-kdfs-ifs~34 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f94e0d5688be0778d346711b6698e2ef567e1969;p=packages%2Fo%2Fopenafs.git windows-config-20080308 LICENSE MIT raise the daemon count to 4 now that we have a means of avoiding contention raise the tracebufsize to 10000 entries --- diff --git a/src/WINNT/afsd/cm_config.h b/src/WINNT/afsd/cm_config.h index 593cc6c53..7926b917c 100644 --- a/src/WINNT/afsd/cm_config.h +++ b/src/WINNT/afsd/cm_config.h @@ -15,9 +15,9 @@ #define CM_CONFIGDEFAULT_ASYNCSTORESIZE 131072 /* 128K */ #define CM_CONFIGDEFAULT_STATS 10000 #define CM_CONFIGDEFAULT_CHUNKSIZE 18 /* 256KB */ -#define CM_CONFIGDEFAULT_DAEMONS 1 +#define CM_CONFIGDEFAULT_DAEMONS 4 #define CM_CONFIGDEFAULT_SVTHREADS 25 -#define CM_CONFIGDEFAULT_TRACEBUFSIZE 5000 +#define CM_CONFIGDEFAULT_TRACEBUFSIZE 10000 #ifndef __CM_CONFIG_INTERFACES_ONLY__