aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2003-12-07 04:51:04 +0000
committerAlan Cox <alc@FreeBSD.org>2003-12-07 04:51:04 +0000
commit4d4a286cba7e017edbab2fe2f837a24a94664f39 (patch)
tree1cfc0862f02a552bd0a1de12b8999547f7fde706 /sys
parent65b4a1b917683b9e2b69785a10c82bf7b38a8645 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/include/vmparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h
index d90dd78bbbf3..d76be9452ba3 100644
--- a/sys/amd64/include/vmparam.h
+++ b/sys/amd64/include/vmparam.h
@@ -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 */