Increase the ceiling on the size of the buffer map.

This commit is contained in:
Alan Cox 2008-07-19 23:42:38 +00:00
parent f6c12ae7f0
commit 9a8f043722

View File

@ -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
/*