summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-08-16 08:35:22 +0000
committerobrien <obrien@FreeBSD.org>2004-08-16 08:35:22 +0000
commit01b52fbc3ebdf76fce068d99db82180de4356189 (patch)
tree1344095d123b46d50d230aff2aafed4b123f3d5c /sys/i386/include
parent8f41b4e870a29aa1c1ce19d2e1440014b71d0078 (diff)
downloadFreeBSD-src-01b52fbc3ebdf76fce068d99db82180de4356189.zip
FreeBSD-src-01b52fbc3ebdf76fce068d99db82180de4356189.tar.gz
Increase the scaling of VM_KMEM_SIZE_MAX.
Submitted by: alc
Diffstat (limited to 'sys/i386/include')
-rw-r--r--sys/i386/include/vmparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/vmparam.h b/sys/i386/include/vmparam.h
index 6c726a2..a94408a 100644
--- a/sys/i386/include/vmparam.h
+++ b/sys/i386/include/vmparam.h
@@ -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 */
OpenPOWER on IntegriCloud