Now that amd64's kernel map is 512GB (SVN rev 192216), there is no reason

to cap its buffer map at 1GB.

MFC after:	6 weeks
This commit is contained in:
Alan Cox 2009-06-08 16:43:40 +00:00
parent 34578ff413
commit 3cfc28b0a0

View File

@ -136,15 +136,6 @@
#define VM_SWZONE_SIZE_MAX (32 * 1024 * 1024)
#endif
/*
* Ceiling on size of buffer cache (really only effects write queueing,
* the VM page cache is not effected), can be changed via
* the kern.maxbcache /boot/loader.conf variable.
*/
#ifndef VM_BCACHE_SIZE_MAX
#define VM_BCACHE_SIZE_MAX (1024 * 1024 * 1024)
#endif
/*
* Mach derived conversion macros
*/