summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/vmparam.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1999-07-24 22:26:42 +0000
committerdg <dg@FreeBSD.org>1999-07-24 22:26:42 +0000
commit0a79acf57e3d8f5134c37eed59b967178226160a (patch)
tree8b3dd0b8b4c0954f325dfc41bfc5464507fa9fde /sys/amd64/include/vmparam.h
parent3c64f4e5590358bac373ed04d9d0b32ba9b57bba (diff)
downloadFreeBSD-src-0a79acf57e3d8f5134c37eed59b967178226160a.zip
FreeBSD-src-0a79acf57e3d8f5134c37eed59b967178226160a.tar.gz
Increased max kmem to 200MB. This should fix some out-of-kmem panics on
large systems.
Diffstat (limited to 'sys/amd64/include/vmparam.h')
-rw-r--r--sys/amd64/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h
index d2e65e9..9ec54e2 100644
--- a/sys/amd64/include/vmparam.h
+++ b/sys/amd64/include/vmparam.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91
- * $Id: vmparam.h,v 1.29 1998/02/23 07:42:40 dyson Exp $
+ * $Id: vmparam.h,v 1.30 1998/06/12 09:10:22 dg Exp $
*/
@@ -133,7 +133,7 @@
* Ceiling on amount of kmem_map kva space.
*/
#ifndef VM_KMEM_SIZE_MAX
-#define VM_KMEM_SIZE_MAX (80 * 1024 * 1024)
+#define VM_KMEM_SIZE_MAX (200 * 1024 * 1024)
#endif
/* initial pagein size of beginning of executable file */
OpenPOWER on IntegriCloud