document kern.maxptys/KERN_MAXPTYS
note that kern.maxvnodes is raise only
This commit is contained in:
parent
60059df29c
commit
f973bb5351
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: sysctl.3,v 1.68 2000/08/26 11:03:45 itojun Exp $
|
.\" $NetBSD: sysctl.3,v 1.69 2000/09/09 17:06:34 jdolecek Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1993
|
.\" Copyright (c) 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -278,6 +278,7 @@ information.
|
||||||
.It KERN\_MAXFILES integer yes
|
.It KERN\_MAXFILES integer yes
|
||||||
.It KERN\_MAXPARTITIONS integer no
|
.It KERN\_MAXPARTITIONS integer no
|
||||||
.It KERN\_MAXPROC integer yes
|
.It KERN\_MAXPROC integer yes
|
||||||
|
.It KERN\_MAXPTYS integer yes
|
||||||
.It KERN\_MAXVNODES integer yes
|
.It KERN\_MAXVNODES integer yes
|
||||||
.It KERN\_MBUF node not applicable
|
.It KERN\_MBUF node not applicable
|
||||||
.It KERN\_MEMLOCK integer no
|
.It KERN\_MEMLOCK integer no
|
||||||
|
@ -400,8 +401,13 @@ The maximum number of open files that may be open in the system.
|
||||||
The maximum number of partitions allowed per disk.
|
The maximum number of partitions allowed per disk.
|
||||||
.It Li KERN_MAXPROC
|
.It Li KERN_MAXPROC
|
||||||
The maximum number of simultaneous processes the system will allow.
|
The maximum number of simultaneous processes the system will allow.
|
||||||
|
.It Li KERN_MAXPTYS
|
||||||
|
The maximum number of supported pseudo terminals supported. This
|
||||||
|
can only be raised. See also
|
||||||
|
.Xr pty 4 .
|
||||||
.It Li KERN_MAXVNODES
|
.It Li KERN_MAXVNODES
|
||||||
The maximum number of vnodes available on the system.
|
The maximum number of vnodes available on the system. This can only
|
||||||
|
be raised.
|
||||||
.It Li KERN_MBUF
|
.It Li KERN_MBUF
|
||||||
Return information about the mbuf control variables.
|
Return information about the mbuf control variables.
|
||||||
the third level names for the mbuf variables are detailed below.
|
the third level names for the mbuf variables are detailed below.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: sysctl.8,v 1.54 2000/08/26 11:03:45 itojun Exp $
|
.\" $NetBSD: sysctl.8,v 1.55 2000/09/09 17:06:34 jdolecek Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1993
|
.\" Copyright (c) 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -167,7 +167,8 @@ privilege can change the value.
|
||||||
.It kern.maxfiles integer yes
|
.It kern.maxfiles integer yes
|
||||||
.It kern.maxpartitions integer no
|
.It kern.maxpartitions integer no
|
||||||
.It kern.maxproc integer yes
|
.It kern.maxproc integer yes
|
||||||
.It kern.maxvnodes integer yes
|
.It kern.maxptys integer raise only
|
||||||
|
.It kern.maxvnodes integer raise only
|
||||||
.It kern.mbuf.mblowat integer yes
|
.It kern.mbuf.mblowat integer yes
|
||||||
.It kern.mbuf.mcllowat integer yes
|
.It kern.mbuf.mcllowat integer yes
|
||||||
.It kern.mbuf.mclsize integer no
|
.It kern.mbuf.mclsize integer no
|
||||||
|
|
Loading…
Reference in New Issue