- Update ULE note to remove warnings against production use.
Suggested by: Ben Kaduk <minimarmot@gmail.com> Approved by: re
This commit is contained in:
parent
ae7a6b38d5
commit
bd675f58eb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171483
@ -176,10 +176,11 @@ options ROOTDEVNAME=\"ufs:da0s2e\"
|
||||
# queue and no CPU affinity which makes it suboptimal for SMP. It has very
|
||||
# good interactivity and priority selection.
|
||||
#
|
||||
# SCHED_ULE is a new scheduler that has been designed for SMP and has some
|
||||
# advantages for UP as well. It is intended to replace the 4BSD scheduler
|
||||
# over time. NOTE: SCHED_ULE is currently considered experimental and is
|
||||
# not recommended for production use at this time.
|
||||
# SCHED_ULE provides significant performance advantages over 4BSD on many
|
||||
# workloads on SMP machines. It supports cpu-affinity, per-cpu runqueues
|
||||
# and scheduler locks. It also has a stronger notion of interactivity
|
||||
# which leads to better responsiveness even on uniprocessor machines. This
|
||||
# will eventually become the default scheduler.
|
||||
#
|
||||
options SCHED_4BSD
|
||||
#options SCHED_ULE
|
||||
|
Loading…
Reference in New Issue
Block a user