svn commit: r289533 - head/sys/mips/conf

Sean Bruno sbruno at FreeBSD.org
Sun Oct 18 18:40:12 UTC 2015


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
 


More information about the svn-src-head mailing list