Subject: Re: CVS commit: src
To: None <thorpej@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: tech-net
Date: 03/31/1999 10:06:56
Jason R Thorpe <thorpej@netbsd.org> writes:
> Module Name: src
> Committed By: thorpej
> Date: Wed Mar 31 01:26:41 UTC 1999
>
> Modified Files:
> src/sys/kern: uipc_mbuf.c
> Log Message:
> Set a hard limit (rather than an advisory high water mark for pages) of
> NMBCLUSTERS for the mbuf cluster pool. On platforms which use direct-mapped
> segments for pool pages (MIPS and Alpha), this makes NMBCLUSTERS actually
> meaningful (such ports don't even allocate mb_map, as it is not used to
> map mbuf cluster pages).
It would be cool if you could also jack up NMBCLUSTERS with a sysctl, now
that it is (conceivably) possible.
Perry