From: sbruno Date: Sun, 18 Oct 2015 18:40:11 +0000 (+0000) Subject: Add VM_KMEM_SIZE_SCALE=1 as these systems are going to have super small X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d057275ef4a67049243a83d6dccbd63a22ef9bf5;p=people%2Fjulieng%2Ffreebsd.git 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 --- diff --git a/sys/mips/conf/AR933X_BASE b/sys/mips/conf/AR933X_BASE index 6669de668ef4..38f847db12eb 100644 --- a/sys/mips/conf/AR933X_BASE +++ b/sys/mips/conf/AR933X_BASE @@ -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