Subject: kern/16039: corrections for the options(4) manpage
To: None <gnats-bugs@gnats.netbsd.org>
From: Tomas Svensson <tsn@gbdev.net>
List: netbsd-bugs
Date: 03/24/2002 22:36:46
>Number: 16039
>Category: kern
>Synopsis: corrections for the options(4) manpage
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Sun Mar 24 14:38:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Tomas Svensson
>Release: NetBSD 1.5ZC
>Organization:
>Environment:
NetBSD 1.5ZC
>Description:
options(4) claims NMBCLUSTERS defaults to 256/512 on most ports,
but it has been 1024/2048 for quite a while now... It is also
referencing to an error message that doesn't exist!
>How-To-Repeat:
>Fix:
Index: options.4
===================================================================
RCS file: /cvsroot/sharesrc/share/man/man4/options.4,v
retrieving revision 1.166
diff -u -r1.166 options.4
--- options.4 2002/03/23 09:56:58 1.166
+++ options.4 2002/03/24 22:30:52
@@ -1438,14 +1438,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
>Release-Note:
>Audit-Trail:
>Unformatted: