diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2018-11-07 19:11:03 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2018-11-07 19:11:03 +0000 |
commit | 0ba07e48b486313d6463005384f68cfd88e1f646 (patch) | |
tree | 586bbc137a3244b5a643ee10a1a9dcaa7b42a4b3 /share/man/man5 | |
parent | b5eda5640ca98eb46ec51a8427a62c5c2ef7fa93 (diff) |
Document max vm.malloc_conf length
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/malloc.conf.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/malloc.conf.5 b/share/man/man5/malloc.conf.5 index b0afa7f77b1..b5b6ad09d50 100644 --- a/share/man/man5/malloc.conf.5 +++ b/share/man/man5/malloc.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.conf.5,v 1.16 2018/11/06 14:18:00 jmc Exp $ +.\" $OpenBSD: malloc.conf.5,v 1.17 2018/11/07 19:11:02 otto Exp $ .\" .\" Copyright (c) 2012 Damien Miller <djm@openbsd.org> .\" Copyright (c) 2008, 2009, 2010, 2011 Otto Moerbeek <otto@drijf.net> @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 6 2018 $ +.Dd $Mdocdate: November 7 2018 $ .Dt MALLOC.CONF 5 .Os .Sh NAME @@ -133,6 +133,9 @@ it is buggy. .Pp The default number of free pages cached is 64 per malloc pool. Multi-threaded programs use multiple pools. +The +.Va vm.malloc_conf +sysctl value string contains a maximum of 15 option characters. .Sh ENVIRONMENT .Bl -tag -width "/etc/malloc.conf" .It Ev MALLOC_OPTIONS |