Throw the switch and enable use of the lowest idle states while online in

addition to offline.  This can be overridden in /etc/rc.conf if it causes
trouble although this has been stable since 2003/12.
This commit is contained in:
Nate Lawson 2004-05-29 04:52:37 +00:00
parent 5acd02180c
commit e6228fcfdc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129830

View File

@ -458,7 +458,7 @@ devfs_rulesets="/etc/defaults/devfs.rules /etc/devfs.rules" # Files containing
devfs_system_ruleset="" # The name of a ruleset to apply to /dev
devfs_set_rulesets="" # A list of /mount/dev=ruleset_name settings to
# apply (must be mounted already, i.e. fstab(5))
performance_cx_lowest="HIGH" # Online CPU idle state
performance_cx_lowest="LOW" # Online CPU idle state
performance_throttle_state="HIGH" # Online throttling state
economy_cx_lowest="LOW" # Offline CPU idle state
economy_throttle_state="HIGH" # Offline throttling state