mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
chore(boinc/snippets): add command to disable intel turbo boost
This commit is contained in:
@@ -12,5 +12,13 @@ sudo gpasswd -a boinc video
|
||||
xhost si:localuser:boinc
|
||||
|
||||
sudo cpupower frequency-set --governor ondemand
|
||||
echo 1 | sudo tee /sys/devices/system/cpu/cpufreq/ondemand/ignore_nice_load
|
||||
|
||||
# Do not boost the CPU frequency for niced loads.
|
||||
# The governor must support it - check if the file exists.
|
||||
# Usually AMD only
|
||||
echo 1 | sudo tee '/sys/devices/system/cpu/cpufreq/ondemand/ignore_nice_load'
|
||||
|
||||
# Disable (1) turbo boost for Intel CPUs.
|
||||
echo 1 | sudo tee '/sys/devices/system/cpu/intel_pstate/no_turbo'
|
||||
|
||||
sudo systemctl start boinc-client.service
|
||||
|
||||
Reference in New Issue
Block a user