Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Match mbuf changes.



details:   https://anonhg.NetBSD.org/src/rev/1efba12df557
branches:  trunk
changeset: 534765:1efba12df557
user:      soren <soren%NetBSD.org@localhost>
date:      Fri Aug 02 19:21:57 2002 +0000

description:
Match mbuf changes.
Fixes PR kern/16039 from  Tomas Svensson.

diffstat:

 share/man/man4/options.4 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 2272fe656458 -r 1efba12df557 share/man/man4/options.4
--- a/share/man/man4/options.4  Fri Aug 02 19:10:49 2002 +0000
+++ b/share/man/man4/options.4  Fri Aug 02 19:21:57 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.178 2002/07/08 10:46:00 wiz Exp $
+.\"    $NetBSD: options.4,v 1.179 2002/08/02 19:21:57 soren Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -1475,14 +1475,14 @@
 the kernel VM map
 .Em mb_map ,
 which maps mbuf clusters.
-Default on most ports is 256 (512 with
+Default on most ports is 1024 (2048 with
 .Dq options GATEWAY
 ).
 See
 .Pa /usr/include/machine/param.h
 for exact default information.
 Increase this value if you get
-.Dq mb_map full
+.Dq mclpool limit reached
 messages.
 .It Cd options NKMEMPAGES=value
 .It Cd options NKMEMPAGES_MIN=value



Home | Main Index | Thread Index | Old Index