]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Add VM_KMEM_SIZE_SCALE=1 as these systems are going to have super small
authorsbruno <sbruno@FreeBSD.org>
Sun, 18 Oct 2015 18:40:11 +0000 (18:40 +0000)
committersbruno <sbruno@FreeBSD.org>
Sun, 18 Oct 2015 18:40:11 +0000 (18:40 +0000)
amount of RAM, e.g. 16M or 32M

Reviewed by: adrian

sys/mips/conf/AR933X_BASE

index 6669de668ef45d0077cdc9a0fa2a17e30231cd24..38f847db12eb309d004fab14da5195bed29d6165 100644 (file)
@@ -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