Set VM_KMEM_SIZE_SCALE=1 for the AR91xx SoCs.
Without this the autotuning fails for small amounts of RAM (32mb), which all the AR91xx shipping products seemed to have. Thanks to gjb for reminding me to re-test this stuff. Tested: * AR91xx, TP-Link TL-WR1043nd v1
This commit is contained in:
parent
f213ae0be6
commit
e6b369a09c
@ -26,6 +26,9 @@ options DDB
|
||||
options KDB
|
||||
options ALQ
|
||||
|
||||
# For small memory footprints
|
||||
options VM_KMEM_SIZE_SCALE=1
|
||||
|
||||
options SCHED_4BSD #4BSD scheduler
|
||||
options INET #InterNETworking
|
||||
options INET6 #InterNETworking
|
||||
|
Loading…
x
Reference in New Issue
Block a user