0

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?

1 Answers1

0

Using the acpi-cpufreq CPU scaling driver with the performance governor, as you are, should provide the fastest CPU frequency ramp up possible under load. Note that modern processors can still scale down CPU frequency as a function of deep idle states, even with the performance governor. To demonstrate what your processor will actually ramp up to, put a full 100% load on one CPU. For example:

$ taskset -c 2 yes > /dev/null
Doug Smythies
  • 16,146