summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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