Bump WITNESS_PENDLIST to accomodate sleepq chain bump.
Reported by: ngie
This commit is contained in:
parent
9a320bed1c
commit
fcca532680
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user