summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/param.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2008-07-19 23:42:38 +0000
committeralc <alc@FreeBSD.org>2008-07-19 23:42:38 +0000
commit86bb1c4f2b0a39090db999fc2b59a5f6a517ed10 (patch)
tree31076ae534089efbd62165fcc34b5dc9bd8e0e86 /sys/amd64/include/param.h
parent423fce8558ebb0376d1bee4095b515f6b0ba8023 (diff)
downloadFreeBSD-src-86bb1c4f2b0a39090db999fc2b59a5f6a517ed10.zip
FreeBSD-src-86bb1c4f2b0a39090db999fc2b59a5f6a517ed10.tar.gz
Increase the ceiling on the size of the buffer map.
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 3c1f974..2d9a6f3 100644
--- a/sys/amd64/include/param.h
+++ b/sys/amd64/include/param.h
@@ -136,7 +136,7 @@
* the kern.maxbcache /boot/loader.conf variable.
*/
#ifndef VM_BCACHE_SIZE_MAX
-#define VM_BCACHE_SIZE_MAX (400 * 1024 * 1024)
+#define VM_BCACHE_SIZE_MAX (1024 * 1024 * 1024)
#endif
/*
OpenPOWER on IntegriCloud