Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2010 08:12:28 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r214620 - stable/8/sys/amd64/include
Message-ID:  <201011010812.oA18CS3J049956@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011010812.oA18CS3J049956>