Increase VM_KMEM_SIZE_MAX from 200MB to 400MB.

Discussed with:	peter
This commit is contained in:
Alan Cox 2003-12-07 04:51:04 +00:00
parent 65b4a1b917
commit 4d4a286cba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123214

View File

@ -133,7 +133,7 @@
* Ceiling on amount of kmem_map kva space.
*/
#ifndef VM_KMEM_SIZE_MAX
#define VM_KMEM_SIZE_MAX (200 * 1024 * 1024)
#define VM_KMEM_SIZE_MAX (400 * 1024 * 1024)
#endif
/* initial pagein size of beginning of executable file */