Answer the question
In order to leave comments, you need to log in
How to set up power plans in linux?
How to set up power plans in Linux as in Windows
savings
balanced
high performance
In general, how to regulate all this?
______________________________________________
Solution: #for
power saving (first core and second)
echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
---- -------------------------------------------------- ----------------- #for
performance; do this for each core (I have two)
echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo ondemand > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
-------------------------------------------------- ----------------------
details here https://habr.com/ru/post/115451/
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question