diff options
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/rc.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index bf013d4..4146e30 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -441,6 +441,10 @@ watchdogd_enable="NO" # Start the software watchdog daemon devfs_rulesets="/etc/defaults/devfs.rules /etc/devfs.rules" # Files containing # devfs(8) rules. devfs_system_ruleset="" # The name of a ruleset to apply to /dev +performance_cx_lowest="HIGH" # 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 ############################################################## ### Jail Configuration ####################################### |