From b7d2cffd94430d08f22e3b26173ca61ee908dcb7 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 25 Feb 2008 15:34:31 +0000 Subject: [PATCH] DEVEL15-windows-smb-asyncstoresize-20080225 LICENSE MIT Further testing on the 115KB AT&T Edge connection shows that 128KB provides reasonably robust performance with six simultaneous copies of multi-MB files to AFS. (cherry picked from commit 704fddccd0f714c848b37ccee427f8eeded53bd6) --- src/WINNT/afsd/cm_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/afsd/cm_config.h b/src/WINNT/afsd/cm_config.h index 9a2f87ffd..593cc6c53 100644 --- a/src/WINNT/afsd/cm_config.h +++ b/src/WINNT/afsd/cm_config.h @@ -12,7 +12,7 @@ #define CM_CONFIGDEFAULT_CACHESIZE 98304 #define CM_CONFIGDEFAULT_BLOCKSIZE 4096 -#define CM_CONFIGDEFAULT_ASYNCSTORESIZE 32768 /* 32K */ +#define CM_CONFIGDEFAULT_ASYNCSTORESIZE 131072 /* 128K */ #define CM_CONFIGDEFAULT_STATS 10000 #define CM_CONFIGDEFAULT_CHUNKSIZE 18 /* 256KB */ #define CM_CONFIGDEFAULT_DAEMONS 1 -- 2.39.5