svn commit: r348496 - head/share/man/man4
Alexander Motin
mav at FreeBSD.org
Sat Jun 1 16:04:22 UTC 2019
Author: mav
Date: Sat Jun 1 16:04:20 2019
New Revision: 348496
URL: https://svnweb.freebsd.org/changeset/base/348496
Log:
Document max_chains bump to 16384 at r330049.
MFC after: 1 week
Modified:
head/share/man/man4/mpr.4
head/share/man/man4/mps.4
Modified: head/share/man/man4/mpr.4
==============================================================================
--- head/share/man/man4/mpr.4 Sat Jun 1 15:37:44 2019 (r348495)
+++ head/share/man/man4/mpr.4 Sat Jun 1 16:04:20 2019 (r348496)
@@ -38,7 +38,7 @@
.\" $Id$
.\" $FreeBSD$
.\"
-.Dd May 25, 2017
+.Dd June 1, 2019
.Dt MPR 4
.Os
.Sh NAME
@@ -149,7 +149,7 @@ set this tunable in
dev.mpr.X.max_chains=NNNN
.Ed
.Pp
-The default max_chains value is 2048.
+The default max_chains value is 16384.
.Pp
The current number of free chain frames is stored in the
dev.mpr.X.chain_free
Modified: head/share/man/man4/mps.4
==============================================================================
--- head/share/man/man4/mps.4 Sat Jun 1 15:37:44 2019 (r348495)
+++ head/share/man/man4/mps.4 Sat Jun 1 16:04:20 2019 (r348496)
@@ -38,7 +38,7 @@
.\" $Id: //depot/SpectraBSD/head/share/man/man4/mps.4#6 $
.\" $FreeBSD$
.\"
-.Dd May 25, 2017
+.Dd June 1, 2019
.Dt MPS 4
.Os
.Sh NAME
@@ -143,7 +143,7 @@ set this tunable in
dev.mps.X.max_chains=NNNN
.Ed
.Pp
-The default max_chains value is 2048.
+The default max_chains value is 16384.
.Pp
The current number of free chain frames is stored in the
dev.mps.X.chain_free
More information about the svn-src-all
mailing list