Bump the witness pendlist to 768 to accomodate the increased number of

spinlocks.
This commit is contained in:
Rui Paulo 2010-07-29 16:13:26 +00:00
parent 5bf0842244
commit 55820e298a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210611

View File

@ -135,7 +135,7 @@ __FBSDID("$FreeBSD$");
#define WITNESS_COUNT 1024
#define WITNESS_CHILDCOUNT (WITNESS_COUNT * 4)
#define WITNESS_HASH_SIZE 251 /* Prime, gives load factor < 2 */
#define WITNESS_PENDLIST 512
#define WITNESS_PENDLIST 768
/* Allocate 256 KB of stack data space */
#define WITNESS_LO_DATA_COUNT 2048