summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_mbuf.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-17 15:51:12 +0000
committerobrien <obrien@FreeBSD.org>2001-07-17 15:51:12 +0000
commit610c4dc6f4a0178ebf0f61e15c1749a3753db537 (patch)
treeb7b1c7be9385419e1e3e60f6a4176135c96936e3 /sys/kern/subr_mbuf.c
parent401d22d5acee4b9bc0c74739f992fb8f62e4c561 (diff)
downloadFreeBSD-src-610c4dc6f4a0178ebf0f61e15c1749a3753db537.zip
FreeBSD-src-610c4dc6f4a0178ebf0f61e15c1749a3753db537.tar.gz
Increase NMBCLUSTERS by 4x.
This takes a GENERIC kernel (MAXUSERS=32) from 1536 to 3072.
Diffstat (limited to 'sys/kern/subr_mbuf.c')
-rw-r--r--sys/kern/subr_mbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_mbuf.c b/sys/kern/subr_mbuf.c
index 18efe4a..97ea586 100644
--- a/sys/kern/subr_mbuf.c
+++ b/sys/kern/subr_mbuf.c
@@ -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)
OpenPOWER on IntegriCloud