Increase the scaling of VM_KMEM_SIZE_MAX.

Submitted by:	alc
This commit is contained in:
obrien 2004-08-16 08:35:22 +00:00
parent 8f41b4e870
commit 01b52fbc3e

View File

@ -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 */