Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2015 18:40:11 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289533 - head/sys/mips/conf
Message-ID:  <201510181840.t9IIeBkN064163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Sun Oct 18 18:40:11 2015
New Revision: 289533
URL: https://svnweb.freebsd.org/changeset/base/289533

Log:
  Add VM_KMEM_SIZE_SCALE=1 as these systems are going to have super small
  amount of RAM, e.g. 16M or 32M
  
  Reviewed by:	adrian

Modified:
  head/sys/mips/conf/AR933X_BASE

Modified: head/sys/mips/conf/AR933X_BASE
==============================================================================
--- head/sys/mips/conf/AR933X_BASE	Sun Oct 18 18:39:16 2015	(r289532)
+++ head/sys/mips/conf/AR933X_BASE	Sun Oct 18 18:40:11 2015	(r289533)
@@ -40,6 +40,9 @@ options 	SCSI_NO_OP_STRINGS
 # .. And no sysctl strings
 options 	NO_SYSCTL_DESCR
 
+# For small memory footprints
+options		VM_KMEM_SIZE_SCALE=1
+
 # Limit IO size
 options 	NBUF=128
 



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