Contents

Change Frequency CPU Such Wow!

   May 20, 2023     0 min read

Hi I writing this document because I think some times we need use maximum frequency CPU or GPU alternative let's set it ourselves instead of leaving it to the kernel

After that what’s happen ?
be carefully this work causes the power will increase and its temperature will also increase

ok now let's go

wee need install this package:

in fedora
sudo dnf install cpufrequtils -y
in debian:
sudo apt install cpufrequtils -y

Now we wan't increase frequency cpu it's very easy really😃 you just need use this command:
`sudo cpufreq-set -g performance`

Now maybe asking how to make sure that it has increased

it's very easy just write this command:
`cpufreq-info`
if your output line current policy: the governor was "performance" it's increased. thank you for reading this post I wish you to have a nice day have a great time.