Bump WITNESS_PENDLIST to accomodate sleepq chain bump.

Reported by:	ngie
This commit is contained in:
mjg 2017-10-23 01:00:35 +00:00
parent 9a320bed1c
commit fcca532680

View File

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