diff options
author | 2018-11-07 19:11:02 +0000 | |
---|---|---|
committer | 2018-11-07 19:11:02 +0000 | |
commit | 8fe2a95450552ce5def15c1cbca226893d13580b (patch) | |
tree | f2ddac3748c686c936efb5e8fdea47ed0c277145 /share/man/man5 | |
parent | Add interop test with OpenSSL 1.1. TLS 1.3 should be used automatically (diff) | |
download | wireguard-openbsd-8fe2a95450552ce5def15c1cbca226893d13580b.tar.xz wireguard-openbsd-8fe2a95450552ce5def15c1cbca226893d13580b.zip |
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 |