I want to limit my CPU clock speed, but it ignores all the settings I apply. I tried using cpufreq and cpupower and the following commands:
sudo sh -c 'echo 1500000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq'
sudo sh -c 'echo 1500000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq'
sudo sh -c 'echo 1500000 > /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq'
sudo sh -c 'echo 1500000 > /sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq'
I've tried all governors, but it still goes over the limit I set. it was working fine with windows 10 (by setting the maximum state to 60-70%)
cpu: i5-2410m