The majority of FreeBSD/amd64 machines are SMP, so use ADAPTIVE_MUTEXES
by default to improve performance.
This commit is contained in:
parent
eb8fefbe04
commit
2a79761d77
@ -28,6 +28,7 @@ ident GENERIC
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options ADAPTIVE_MUTEXES # mutexes first spin lock, then sleep
|
||||
options INET # InterNETworking
|
||||
options INET6 # IPv6 communications protocols
|
||||
options FFS # Berkeley Fast Filesystem
|
||||
|
Loading…
Reference in New Issue
Block a user