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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to