mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
34578ff413
commit
3cfc28b0a0
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue