kernel-6.6/cpupower.config
Alexander Stefanov 1b760f751e cpupower now is a working tool
drop cpupower.path
2023-09-13 20:17:27 +00:00

30 lines
1 KiB
Bash

# Define CPUs governor
# valid governors: ondemand, performance, powersave, conservative, userspace.
# governor='powersave'
# Limit frequency range
# Valid suffixes: Hz, kHz (default), MHz, GHz, THz
# do not set ondemand if you use this
# min_freq="2.25GHz"
# max_freq="3.25GHz"
# Specific frequency to be set.
# Requires userspace governor to be available.
# Do not set governor field if you use this one.
# freq=
# Utilizes cores in one processor package/socket first before processes are
# scheduled to other processor packages/sockets.
# See man (1) CPUPOWER-SET for additional details.
# mc_scheduler=
# Utilizes thread siblings of one processor core first before processes are
# scheduled to other cores. See man (1) CPUPOWER-SET for additional details.
# smp_scheduler=
# Sets a register on supported Intel processore which allows software to convey
# its policy for the relative importance of performance versus energy savings to
# the processor. See man (1) CPUPOWER-SET for additional details.
# perf_bias=
# vim:set ts=2 sw=2 ft=sh et: