summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-05-29 04:52:37 +0000
committernjl <njl@FreeBSD.org>2004-05-29 04:52:37 +0000
commita8fceddb6e6d4908a0eac2b5c4a0eb5edc2dbb83 (patch)
tree0fd7c2b33c68c1561bc237aae663557cac054634 /etc
parent01c1b253fc0cec7c3dd500275e1f9b5756966968 (diff)
downloadFreeBSD-src-a8fceddb6e6d4908a0eac2b5c4a0eb5edc2dbb83.zip
FreeBSD-src-a8fceddb6e6d4908a0eac2b5c4a0eb5edc2dbb83.tar.gz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud