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
This commit is contained in:
Jeffrey Altman 2008-03-08 23:31:52 +00:00
parent 801b670734
commit f94e0d5688

View File

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