diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-08-08 19:34:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-08-08 19:34:26 +0000 |
commit | e77250c67277872cf1f0f013615e6d4f2bca1ae2 (patch) | |
tree | f7199af869cf86ecaba540895e1e9d53bd6e2388 | |
parent | 18abb7f71d25f2aa23c79af8ca4c872fc1604a2e (diff) |
Ship 5.0 with bufcachepercent=20
-rw-r--r-- | sys/conf/param.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/param.c b/sys/conf/param.c index 88a7575d869..d9d4fef2b57 100644 --- a/sys/conf/param.c +++ b/sys/conf/param.c @@ -1,4 +1,4 @@ -/* $OpenBSD: param.c,v 1.32 2011/06/05 19:41:09 deraadt Exp $ */ +/* $OpenBSD: param.c,v 1.33 2011/08/08 19:34:25 deraadt Exp $ */ /* $NetBSD: param.c,v 1.16 1996/03/12 03:08:40 mrg Exp $ */ /* @@ -101,7 +101,7 @@ int mblowat = MBLOWAT; int mcllowat = MCLLOWAT; #ifndef BUFCACHEPERCENT -#define BUFCACHEPERCENT 42 +#define BUFCACHEPERCENT 20 #endif int bufcachepercent = BUFCACHEPERCENT; |