summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-03-27 10:52:18 +0000
committerkib <kib@FreeBSD.org>2013-03-27 10:52:18 +0000
commit2c9ac98d06e145d9199ec88f8f71a83c3b3881f7 (patch)
treeebaca2fa21208b6a8ca1caa08649e313559e78fe /sys/kern/vfs_bio.c
parent180e2fcdc7fba9b47d94a88df00f5e61c7e07e44 (diff)
downloadFreeBSD-src-2c9ac98d06e145d9199ec88f8f71a83c3b3881f7.zip
FreeBSD-src-2c9ac98d06e145d9199ec88f8f71a83c3b3881f7.tar.gz
Fix the VM_BCACHE_SIZE_MAX definition on i386 to match the maximal
buffer map size, auto-tuned on the 4GB machine. Having the maxbcache bigger than the buffer map causes the transient bio map sizing logic to assume that there is enough KVA to use approximately 90MB (buffer map is sized to 110MB, and maxbcache is 200MB). The increase in the KVA usage caused other big KVA consumers, like nvidia.ko, to fail the initialization. Change the definition for both PAE and non-PAE cases, since PAE is even more KVA-starved. Reported and tested by: David Wolfskill Discussed with: alc Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/kern/vfs_bio.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud