Increase VM_KMEM_SIZE_MAX from 200MB to 400MB.
Discussed with: peter
This commit is contained in:
parent
65b4a1b917
commit
4d4a286cba
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user