I have a system running Ubuntu 22.04.3 LTS (GNU/Linux 5.15.0-82-generic x86_64).
I started noticing that it sits around 3.4 GHz like it should but when it goes under load, all cores drop to 800MHz.
I first thought it must be a temperature issue but all cores are at under 35C. Shouldn't be a power issue either as at 3.4GHz it shouldn't draw more than 65W.
After looking at the forums, a lot of the threads lead to this command "wrmsr 0x1FC 2". When I run it the cpu gets locked at 3.7GHz then becomes unresponsive after about 30 seconds.
Specs: Intel i7 6700 (non K) 32GB 2400mhz DDR4 Ram. 2x 1060 6G And a bunch of disks
https://pastebin.com/raw/PpwjKP5S
I don't know how to check if the "Prochot flag" is enabled. How do I check and/or fix that?
– Spillebulle Sep 03 '23 at 15:27turbostat
command from my linked post. It outputs a load of info then outputs CPU info every 5 seconds. In my case in the post you can see the lines with_LIMIT_REASONS
and one which says(Active: PROCHOT, )
. See if you have any active limit reasons when it's at 800MHz – codlord Sep 03 '23 at 16:44https://pastebin.com/raw/v9mbB1ws
– Spillebulle Sep 04 '23 at 05:16