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)
This commit is contained in:
Jeffrey Altman 2008-02-25 15:34:31 +00:00
parent b48ead62cb
commit b7d2cffd94

View File

@ -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