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
This commit is contained in:
Sean Bruno 2015-10-18 18:40:11 +00:00
parent cf91682f07
commit dd9f3185c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289533

View 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