From c56cc07f7b936c4062f0e4a397e75187ea655889 Mon Sep 17 00:00:00 2001 From: alc Date: Mon, 8 Jun 2009 16:43:40 +0000 Subject: [PATCH] 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 --- sys/amd64/include/param.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h index 6ccf7ada4e77..8ab4cffd19a7 100644 --- a/sys/amd64/include/param.h +++ b/sys/amd64/include/param.h @@ -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 */