diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-09-25 17:48:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-09-25 17:48:18 +0000 |
commit | 01fe7ec4eae692bc1b25acf572c139ac169e8c38 (patch) | |
tree | 2c544c0fa2e43e06da72044bece57503358768db /lib/libc | |
parent | dbd6378924646ad3873f6adc8e78c7ba768d7905 (diff) |
KERN_BUFCACHEPERCENT defaults to 20%, not 10%; from Juha Erkkila
ok ariane
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 958691e6dc2..0c0f7090c94 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.208 2011/09/03 22:59:07 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.209 2011/09/25 17:48:17 jmc 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: September 3 2011 $ +.Dd $Mdocdate: September 25 2011 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -503,7 +503,7 @@ structure is returned. This structure contains the time that the system was booted. .It Dv KERN_BUFCACHEPERCENT The maximum percentage of physical memory the buffer cache may use; -the default is 10%. +the default is 20%. .It Dv KERN_CCPU The scheduler exponential decay value. .It Dv KERN_CLOCKRATE |