summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/param.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2003-12-20 20:03:10 +0000
committeralc <alc@FreeBSD.org>2003-12-20 20:03:10 +0000
commit4c2ac4ecef3ca01731ef2d445264dd4b1b86b887 (patch)
treed46ef5ea6f5b17d3bd3adbf589d995c4e7d1380a /sys/amd64/include/param.h
parenta7fef684f64156345aab9f8a5177547944d1fc54 (diff)
downloadFreeBSD-src-4c2ac4ecef3ca01731ef2d445264dd4b1b86b887.zip
FreeBSD-src-4c2ac4ecef3ca01731ef2d445264dd4b1b86b887.tar.gz
Since we have additional kernel virtual address space, allow the buffer
cache to grow to 400M bytes.
Diffstat (limited to 'sys/amd64/include/param.h')
-rw-r--r--sys/amd64/include/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h
index 7c3a831..4c6bb3a 100644
--- a/sys/amd64/include/param.h
+++ b/sys/amd64/include/param.h
@@ -142,7 +142,7 @@
* the kern.maxbcache /boot/loader.conf variable.
*/
#ifndef VM_BCACHE_SIZE_MAX
-#define VM_BCACHE_SIZE_MAX (200 * 1024 * 1024)
+#define VM_BCACHE_SIZE_MAX (400 * 1024 * 1024)
#endif
/*
OpenPOWER on IntegriCloud