summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-27 21:55:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-27 21:55:50 +0000
commitf09f90b55fb3d0ab5cc712d82d5b8f154e90ab1e (patch)
treee750064eaf2637fd03c77ce62d2e7c981931a2fc /sys
parent557d3a6946bfaeb2b2953ca55428fd9971d8d3ba (diff)
permit 10% of memory as buffer cache
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/amd64/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c
index 1f59ad3d2e5..11354769f6e 100644
--- a/sys/arch/amd64/amd64/machdep.c
+++ b/sys/arch/amd64/amd64/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.14 2004/02/27 21:55:25 deraadt Exp $ */
+/* $OpenBSD: machdep.c,v 1.15 2004/02/27 21:55:49 deraadt Exp $ */
/* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */
/*-
@@ -182,7 +182,7 @@ int nbuf = 0;
#endif
#ifndef BUFCACHEPERCENT
-#define BUFCACHEPERCENT 5
+#define BUFCACHEPERCENT 10
#endif
#ifdef BUFPAGES