Reputation: 74
I need to limit the cpu frequency of my Linux machine. I know about cpufreq sysfs, but limiting online is too late in my case.
Is there a kernel parameter for this?
Where do the values for cpuinfo_max_freq
and scaling_max_freq
come from?
Can I change them before the governor starts changing cpu frequencies?
Can I change the default governor (to powersave for example)?
Upvotes: 3
Views: 1218