diff options
author | anton <anton@cvs.openbsd.org> | 2019-04-21 16:02:46 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2019-04-21 16:02:46 +0000 |
commit | f93781a079eb7049ea912b5be6a9f4dc2ea450ce (patch) | |
tree | d494dc8ab5ae255349db4b3587ee9d11841e8d37 /lib/libc/sys | |
parent | 4d8a52e4fc6ecd743998076687ff0f5d8258acd9 (diff) |
adjust another bufcachepercent default
Diffstat (limited to 'lib/libc/sys')
-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 |