]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Actively limit the allocation of mbufs to NMBUFS/nmbufs and mbuf clusters
authorMike Smith <msmith@FreeBSD.org>
Tue, 28 Dec 1999 06:35:57 +0000 (06:35 +0000)
committerMike Smith <msmith@FreeBSD.org>
Tue, 28 Dec 1999 06:35:57 +0000 (06:35 +0000)
commit736e4b67ae336f0e5dd884ac73f0471b5d758676
tree82ca5c3e5ece9c2923753158cc3c9aa77d725cd4
parentecfa9802f0672e4dd96f2b4326f44de333836e50
Actively limit the allocation of mbufs to NMBUFS/nmbufs and mbuf clusters
to NMBCLUSTERS/nmbclusters/kern.ipc.nmbclusters.

Add a read-only sysctl kern.ipc.nmbufs matching kern.ipc.nmbclusters.

Submitted by: Bosko Milekic <bmilekic@dsuper.net>
sys/kern/uipc_mbuf.c