summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-11 21:06:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-11 21:06:02 +0000
commit6134b5fe56fb42991bb6ff35fd7e73b0307763d8 (patch)
treebd8e3a532b9803c2a22e442c51df6d5cdce4f6ab /sys
parent33f6e42b9289bbb76b24f47bc73ea303aaeeb0aa (diff)
we changed the default buffer cache size
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 5e83e689c60..f670be81df6 100644
--- a/sys/arch/amd64/amd64/machdep.c
+++ b/sys/arch/amd64/amd64/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.21 2004/03/10 23:02:53 tom Exp $ */
+/* $OpenBSD: machdep.c,v 1.22 2004/03/11 21:06:01 deraadt Exp $ */
/* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */
/*-
@@ -371,7 +371,7 @@ allocsys(vaddr_t v)
/*
* Determine how many buffers to allocate. We use 10% of the
- * first 2MB of memory, and 5% of the rest, with a minimum of 16
+ * first 2MB of memory, and 10% of the rest, with a minimum of 16
* buffers. We allocate 1/2 as many swap buffer headers as file
* i/o buffers.
*/