Hi,
I'd like to permanently restrict the cpu frequency. I can do it by running
command as root. It works, and could be checked by command
, it shows that cpu frequency is set to 995.
The problem is that I can't set it permanently (to work after reboot). I've ran following command (as root):
which should set it permanently, but after reboot command
shows maxiumum possible frequency, not the 995Mhz. Is there's something I've forgotten about?
I'd like to permanently restrict the cpu frequency. I can do it by running
Code:
sysctl dev.cpu.0.freq=995
Code:
sysctl dev.cpu.0.freq
The problem is that I can't set it permanently (to work after reboot). I've ran following command (as root):
Code:
echo sysctl dev.cpu.0.freq=995 >> /etc/sysctl.conf
Code:
sysctl dev.cpu.0.freq