Increase the scaling of VM_KMEM_SIZE_MAX.
Submitted by: alc
This commit is contained in:
parent
8f41b4e870
commit
01b52fbc3e
@ -126,7 +126,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 (320 * 1024 * 1024)
|
||||
#endif
|
||||
|
||||
/* initial pagein size of beginning of executable file */
|
||||
|
Loading…
Reference in New Issue
Block a user