summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-04-28 14:51:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-04-28 14:51:17 +0000
commit2b23201f01b0081e28e50e81d0bf908c4237c81f (patch)
tree921729b48fa62e267453fbdb9b1fac26716cb484 /sys
parent1c24a7b4a2202b4c466248a03b661fcf6c40e35e (diff)
the bufcachepercent=80 experiment has exposed a few problems...
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/param.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/param.c b/sys/conf/param.c
index 7143e840563..fd38300be34 100644
--- a/sys/conf/param.c
+++ b/sys/conf/param.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.c,v 1.39 2019/04/20 15:47:23 deraadt Exp $ */
+/* $OpenBSD: param.c,v 1.40 2019/04/28 14:51:16 deraadt Exp $ */
/* $NetBSD: param.c,v 1.16 1996/03/12 03:08:40 mrg Exp $ */
/*
@@ -102,7 +102,7 @@ int mblowat = MBLOWAT;
int mcllowat = MCLLOWAT;
#ifndef BUFCACHEPERCENT
-#define BUFCACHEPERCENT 80
+#define BUFCACHEPERCENT 20
#endif
int bufcachepercent = BUFCACHEPERCENT;