How to Constantly Limit CPU Frequency
I need to limit the processor frequency of my Linux machine. I know about cpufreq sysfs, but the online limitation is too late in my case.
Is there a kernel parameter for this?
Where do the values for cpuinfo_max_freq
and come from scaling_max_freq
? Can I change them before the regulator starts changing the processor frequencies? Can I change the default slider (for example, for powerave mode)?
+3
source to share