diff options
author | 2019-04-21 16:02:45 +0000 | |
---|---|---|
committer | 2019-04-21 16:02:45 +0000 | |
commit | 06534aae8102454f597fd55e70065cd6d81d8c9d (patch) | |
tree | 6c9d4c47b6dc6119278fac060c5f1f292fdf8caf /lib/libc | |
parent | adjust bufcachepercent default (diff) | |
download | wireguard-openbsd-06534aae8102454f597fd55e70065cd6d81d8c9d.tar.xz wireguard-openbsd-06534aae8102454f597fd55e70065cd6d81d8c9d.zip |
adjust another bufcachepercent default
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/sysctl.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2 index ef28cdb84b8..04252746d2e 100644 --- a/lib/libc/sys/sysctl.2 +++ b/lib/libc/sys/sysctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.2,v 1.22 2019/02/07 15:11:38 visa Exp $ +.\" $OpenBSD: sysctl.2,v 1.23 2019/04/21 16:02:45 anton Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: February 7 2019 $ +.Dd $Mdocdate: April 21 2019 $ .Dt SYSCTL 2 .Os .Sh NAME @@ -535,7 +535,7 @@ structure is returned. This structure contains the time that the system was booted. .It Dv KERN_CACHEPCT Pq Va kern.bufcachepercent The maximum percentage of physical memory the buffer cache may use; -the default is 20%. +the default is 80%. .It Dv KERN_CCPU Pq Va kern.ccpu The scheduler exponential decay value. .It Dv KERN_CLOCKRATE Pq Va kern.clockrate |