Bump up WITNESS_COUNT from 1024 to 1536 so there are sufficient entries for
WITNESS to actually work. Reviewed by: jhb@
This commit is contained in:
parent
fa3ef88a5b
commit
16e5d67c2c
@ -132,7 +132,7 @@ __FBSDID("$FreeBSD$");
|
||||
/* Define this to check for blessed mutexes */
|
||||
#undef BLESSING
|
||||
|
||||
#define WITNESS_COUNT 1024
|
||||
#define WITNESS_COUNT 1536
|
||||
#define WITNESS_CHILDCOUNT (WITNESS_COUNT * 4)
|
||||
#define WITNESS_HASH_SIZE 251 /* Prime, gives load factor < 2 */
|
||||
#define WITNESS_PENDLIST 1024
|
||||
|
Loading…
x
Reference in New Issue
Block a user