From a8fceddb6e6d4908a0eac2b5c4a0eb5edc2dbb83 Mon Sep 17 00:00:00 2001 From: njl Date: Sat, 29 May 2004 04:52:37 +0000 Subject: 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. --- etc/defaults/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 1e50d09..f5b3d33 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -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 -- cgit v1.1