From f94e0d5688be0778d346711b6698e2ef567e1969 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sat, 8 Mar 2008 23:31:52 +0000 Subject: [PATCH] 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 --- src/WINNT/afsd/cm_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WINNT/afsd/cm_config.h b/src/WINNT/afsd/cm_config.h index 593cc6c53d..7926b917ce 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__