Increase NMBCLUSTERS by 4x.

This takes a GENERIC kernel (MAXUSERS=32) from 1536 to 3072.
This commit is contained in:
David E. O'Brien 2001-07-17 15:51:12 +00:00
parent 1d17292c23
commit b46ba8880c

View File

@ -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)