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
 
 /*
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to