How to determine what throttles my Ryzen 7 2700 system?How to set both dual cores to userspace governorCPU...
Can a hotel cancel a confirmed reservation?
Monthly Patch Releases for Linux CentOS/RedHat
What is the in-universe cost of a TIE fighter?
Is there some relative to Dutch word "kijken" in German?
How would a Dictatorship make a country more successful?
Why doesn't "auto ch = unsigned char{'p'}" compile under C++ 17?
Typing Amharic inside a math equation?
Parsing a string of key-value pairs as a dictionary
How to deal with an incendiary email that was recalled
Using only 1s, make 29 with the minimum number of digits
Why does String.replaceAll() work differently in Java 8 from Java 9?
Why does a metal block make a shrill sound but not a wooden block upon hammering?
What to do when being responsible for data protection in your lab, yet advice is ignored?
How would one buy a used TIE Fighter or X-Wing?
Why avoid shared user accounts?
Why zero tolerance on nudity in space?
Checking for the existence of multiple directories
Why is working on the same position for more than 15 years not a red flag?
Can a person refuse a presidential pardon?
Isn't using the Extrusion Multiplier like cheating?
Does Improved Divine Strike trigger when a paladin makes an unarmed strike?
How does Arcane Armament interact with the Artillerist Artificer's Wand Prototype feature?
Why do members of Congress in committee hearings ask witnesses the same question multiple times?
Quenching swords in dragon blood; why?
How to determine what throttles my Ryzen 7 2700 system?
How to set both dual cores to userspace governorCPU stuck in energy save modeOverheating in an dual-boot system (windows 8+Ubuntu 14.04)Strange cpufreq scaling issues: regardless of governor, max cpufreq drops incrementally on wakeThrottling stuck below limits on a cool cpuCPU frequency is always at minimum, even if CPU isage is 100%Ubuntu 16.04.2 Stuck at Very Low FrequencyBehavior of powersave freq governor when cpu quota is setOne core goes to 100% usage and activate fan on Ubuntu 18.10,What's stopping my CPU from scaling down?
I was running a 4.18 kernel with a Ryzen 7 1700 CPU, and I upgraded to another machine which sports a Ryzen 7 2700. I carried over the whole install on the SSD drive as it is, and as far as I recall it was snappy for a few days. But then I noticed when I started to use my developer tools (IDEs, DB and cache servers, So articles open in 25 tabs in browser, ...) that the system is very sluggish. It runs well, but has a high delay 1-2 second response time under load.
Since the Ryzen 7 1700 system was usually pretty warm (70C-72C) I tried thermald
. This time I uninstalled thermald
(it left it's init.d
script, but no thermald
daemon is running now) and installed cpufreq-tools
to try something for possibly enforcing different performance governors.
Right now cpufreq-info
lies that the CPU is at 3.2 GHz
when I set performance
governor for all 16 cores. However /proc/cpuinfo
tells the truth I think when it revels that the cores are running at 550 MHz (no joke, temperature is at 40C and fans are running on the lowest possible not surprisingly, I cannot hear them). When I fire up any of my IDE I want the CPU to turbo boost and I want to hear the fans spin up. Right now it's all just sluggishness.
I cannot figure out currently what holds the CPUs back. At some point I also installed https://wiki.archlinux.org/index.php/Laptop_Mode_Tools , but realized I don't want to complicate things more, it got uninstalled.
I also had some suspicion about the AMD GPU driver, but my HDMI connector had connection issues. SO I think it's most probably the CPU which causes the sluggishness with it's 550 MHz.
Also I noticed that if I leave the machine alone just for a minute or 2, the LCD dims a little bit. I have no idea which software does that dimming, but it could be the culprit, because that extremely low 1 minute threshold points towards some extreme power saving mode some daemon is trying to enforce.
power-management cpu fan amd-ryzen
add a comment |
I was running a 4.18 kernel with a Ryzen 7 1700 CPU, and I upgraded to another machine which sports a Ryzen 7 2700. I carried over the whole install on the SSD drive as it is, and as far as I recall it was snappy for a few days. But then I noticed when I started to use my developer tools (IDEs, DB and cache servers, So articles open in 25 tabs in browser, ...) that the system is very sluggish. It runs well, but has a high delay 1-2 second response time under load.
Since the Ryzen 7 1700 system was usually pretty warm (70C-72C) I tried thermald
. This time I uninstalled thermald
(it left it's init.d
script, but no thermald
daemon is running now) and installed cpufreq-tools
to try something for possibly enforcing different performance governors.
Right now cpufreq-info
lies that the CPU is at 3.2 GHz
when I set performance
governor for all 16 cores. However /proc/cpuinfo
tells the truth I think when it revels that the cores are running at 550 MHz (no joke, temperature is at 40C and fans are running on the lowest possible not surprisingly, I cannot hear them). When I fire up any of my IDE I want the CPU to turbo boost and I want to hear the fans spin up. Right now it's all just sluggishness.
I cannot figure out currently what holds the CPUs back. At some point I also installed https://wiki.archlinux.org/index.php/Laptop_Mode_Tools , but realized I don't want to complicate things more, it got uninstalled.
I also had some suspicion about the AMD GPU driver, but my HDMI connector had connection issues. SO I think it's most probably the CPU which causes the sluggishness with it's 550 MHz.
Also I noticed that if I leave the machine alone just for a minute or 2, the LCD dims a little bit. I have no idea which software does that dimming, but it could be the culprit, because that extremely low 1 minute threshold points towards some extreme power saving mode some daemon is trying to enforce.
power-management cpu fan amd-ryzen
add a comment |
I was running a 4.18 kernel with a Ryzen 7 1700 CPU, and I upgraded to another machine which sports a Ryzen 7 2700. I carried over the whole install on the SSD drive as it is, and as far as I recall it was snappy for a few days. But then I noticed when I started to use my developer tools (IDEs, DB and cache servers, So articles open in 25 tabs in browser, ...) that the system is very sluggish. It runs well, but has a high delay 1-2 second response time under load.
Since the Ryzen 7 1700 system was usually pretty warm (70C-72C) I tried thermald
. This time I uninstalled thermald
(it left it's init.d
script, but no thermald
daemon is running now) and installed cpufreq-tools
to try something for possibly enforcing different performance governors.
Right now cpufreq-info
lies that the CPU is at 3.2 GHz
when I set performance
governor for all 16 cores. However /proc/cpuinfo
tells the truth I think when it revels that the cores are running at 550 MHz (no joke, temperature is at 40C and fans are running on the lowest possible not surprisingly, I cannot hear them). When I fire up any of my IDE I want the CPU to turbo boost and I want to hear the fans spin up. Right now it's all just sluggishness.
I cannot figure out currently what holds the CPUs back. At some point I also installed https://wiki.archlinux.org/index.php/Laptop_Mode_Tools , but realized I don't want to complicate things more, it got uninstalled.
I also had some suspicion about the AMD GPU driver, but my HDMI connector had connection issues. SO I think it's most probably the CPU which causes the sluggishness with it's 550 MHz.
Also I noticed that if I leave the machine alone just for a minute or 2, the LCD dims a little bit. I have no idea which software does that dimming, but it could be the culprit, because that extremely low 1 minute threshold points towards some extreme power saving mode some daemon is trying to enforce.
power-management cpu fan amd-ryzen
I was running a 4.18 kernel with a Ryzen 7 1700 CPU, and I upgraded to another machine which sports a Ryzen 7 2700. I carried over the whole install on the SSD drive as it is, and as far as I recall it was snappy for a few days. But then I noticed when I started to use my developer tools (IDEs, DB and cache servers, So articles open in 25 tabs in browser, ...) that the system is very sluggish. It runs well, but has a high delay 1-2 second response time under load.
Since the Ryzen 7 1700 system was usually pretty warm (70C-72C) I tried thermald
. This time I uninstalled thermald
(it left it's init.d
script, but no thermald
daemon is running now) and installed cpufreq-tools
to try something for possibly enforcing different performance governors.
Right now cpufreq-info
lies that the CPU is at 3.2 GHz
when I set performance
governor for all 16 cores. However /proc/cpuinfo
tells the truth I think when it revels that the cores are running at 550 MHz (no joke, temperature is at 40C and fans are running on the lowest possible not surprisingly, I cannot hear them). When I fire up any of my IDE I want the CPU to turbo boost and I want to hear the fans spin up. Right now it's all just sluggishness.
I cannot figure out currently what holds the CPUs back. At some point I also installed https://wiki.archlinux.org/index.php/Laptop_Mode_Tools , but realized I don't want to complicate things more, it got uninstalled.
I also had some suspicion about the AMD GPU driver, but my HDMI connector had connection issues. SO I think it's most probably the CPU which causes the sluggishness with it's 550 MHz.
Also I noticed that if I leave the machine alone just for a minute or 2, the LCD dims a little bit. I have no idea which software does that dimming, but it could be the culprit, because that extremely low 1 minute threshold points towards some extreme power saving mode some daemon is trying to enforce.
power-management cpu fan amd-ryzen
power-management cpu fan amd-ryzen
edited 6 mins ago
Csaba Toth
asked 59 mins ago
Csaba TothCsaba Toth
3971618
3971618
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122366%2fhow-to-determine-what-throttles-my-ryzen-7-2700-system%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122366%2fhow-to-determine-what-throttles-my-ryzen-7-2700-system%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown