svn commit: r348793 - stable/12/share/man/man4

Alexander Motin mav at FreeBSD.org
Sat Jun 8 02:30:17 UTC 2019


Author: mav
Date: Sat Jun  8 02:30:16 2019
New Revision: 348793
URL: https://svnweb.freebsd.org/changeset/base/348793

Log:
  MFC r348496: Document max_chains bump to 16384 at r330049.

Modified:
  stable/12/share/man/man4/mpr.4
  stable/12/share/man/man4/mps.4
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man4/mpr.4
==============================================================================
--- stable/12/share/man/man4/mpr.4	Fri Jun  7 22:24:57 2019	(r348792)
+++ stable/12/share/man/man4/mpr.4	Sat Jun  8 02:30:16 2019	(r348793)
@@ -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: stable/12/share/man/man4/mps.4
==============================================================================
--- stable/12/share/man/man4/mps.4	Fri Jun  7 22:24:57 2019	(r348792)
+++ stable/12/share/man/man4/mps.4	Sat Jun  8 02:30:16 2019	(r348793)
@@ -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