I currently run Ubuntu on my pc that has an AMD Ryzen 5 2400g. I tried to disable the CPU throttling and it seemed to have worked but I am not too sure if it has. (increased from 1600 to 2400 where my max cpu is 3600)
The method I used was from here: Set CPU governor to performance in 18.04
I was wondering if someone could tell me whether the difference in core matters in how much I can disable CPU throttling. How I should go about disabling it more effectively for my computer specs?
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_driver
andcat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
and edit the output into your question. I assume you have set the performance governor, just checking. Keep in mind that even with the performance governor CPU can throttle themselves as a function of deep idle states. – Doug Smythies Dec 02 '19 at 00:30