summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_mbuf.c
diff options
context:
space:
mode:
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