Increase the ceiling on the size of the buffer map.
This commit is contained in:
parent
f6c12ae7f0
commit
9a8f043722
@ -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
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user