From: Jeffrey Altman Date: Mon, 25 Feb 2008 15:34:31 +0000 (+0000) Subject: DEVEL15-windows-smb-asyncstoresize-20080225 X-Git-Tag: openafs-devel-1_5_33~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b7d2cffd94430d08f22e3b26173ca61ee908dcb7;p=packages%2Fo%2Fopenafs.git 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) --- 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