svn commit: r214620 - stable/8/sys/amd64/include

Andriy Gapon avg at FreeBSD.org
Mon Nov 1 08:12:28 UTC 2010


Author: avg
Date: Mon Nov  1 08:12:28 2010
New Revision: 214620
URL: http://svn.freebsd.org/changeset/base/214620

Log:
  MFC r212784: amd64: reduce VM_KMEM_SIZE_SCALE to 1 allowing kernel to use more memory

Modified:
  stable/8/sys/amd64/include/vmparam.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/amd64/include/vmparam.h
==============================================================================
--- stable/8/sys/amd64/include/vmparam.h	Mon Nov  1 06:19:44 2010	(r214619)
+++ stable/8/sys/amd64/include/vmparam.h	Mon Nov  1 08:12:28 2010	(r214620)
@@ -194,7 +194,7 @@
  * is the total KVA space allocated for kmem_map.
  */
 #ifndef VM_KMEM_SIZE_SCALE
-#define	VM_KMEM_SIZE_SCALE	(3)
+#define	VM_KMEM_SIZE_SCALE	(1)
 #endif
 
 /*


More information about the svn-src-all mailing list