Increase NMBCLUSTERS by 4x.
This takes a GENERIC kernel (MAXUSERS=32) from 1536 to 3072.
This commit is contained in:
parent
1d17292c23
commit
b46ba8880c
@ -132,7 +132,7 @@ struct mb_pcpu_list {
|
||||
* allocatable by the sfbuf allocator (found in uipc_syscalls.c)
|
||||
*/
|
||||
#ifndef NMBCLUSTERS
|
||||
#define NMBCLUSTERS (1024 + MAXUSERS * 16)
|
||||
#define NMBCLUSTERS (1024 + MAXUSERS * 64)
|
||||
#endif
|
||||
#ifndef NMBUFS
|
||||
#define NMBUFS (NMBCLUSTERS * 2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user