summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-07-17 15:51:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-07-17 15:51:12 +0000
commitb46ba8880c77d9ec7712a3ab4e9da5ac7a24f2ed (patch)
treeb7b1c7be9385419e1e3e60f6a4176135c96936e3
parent1d17292c230bee71a1aab1b8ea20a0c7a89aca42 (diff)
Notes
-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 18efe4a9909b..97ea58696003 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)