February 20, 20251 yr Hello, I upgraded to Unraid 7.0.0. between 17th January 2025 and 18th January 2025. Today I have seen, that my server now needs about 35% more power. There was no change of the hardware and no additional software. I am using the plugin from dlandon "Tips and Tweaks" to reduce the CPU scaling (conservative). Can anyone help? nas01-diagnostics-20250220-1928.zip
February 20, 20251 yr Community Expert I think that's too big a change to just be the different kernel, does the CPU usage graph look normal? I would also recommend downgrading back to v6.12 for a couple of days to retest to make sure it's really the upgrade, and also try with and without the plugin.
February 20, 20251 yr Author Hello, I wrote to the plugin author of "Tips and Tweaks" now, because I think it might not work correct anymore with Unraid 7.0.0.
February 20, 20251 yr Author I downgraded to Unraid 6.12.14 and my server needs now again less power. It was about 45 to 50 watts with Unraid 7.0.0. As I already wrote, I reported this to the author of "Tips and Tweaks" plugin, as I think thats the problem.
February 25, 20251 yr Author @JorgeB How can I disable amd-pstate-epp driver and enable acpi-cpufreq driver?
February 26, 20251 yr Community Expert Before doing that, I would recommend trying the various pstate driver options, to see if you can find one that has similar power usage and performance, since technically, pstate should be a better option for AMD CPUs. I believe there are 3 options: amd_pstate=passive amd_pstate=guided amd_pstate=active You add one of them to syslinux.cfg, after /bzoot, e.g:: I would first try active, you can then select a governor out of /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors and an EPP hint out of /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences like this: $ echo "<gov>" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor $ echo "<epp_profile>" | tee /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference
February 26, 20251 yr Community Expert Solution 4 hours ago, JorgeB said: I would recommend trying the various pstate driver options Just to add, that if you really want to go back to acpi-cpufreq, this should do it:
February 28, 20251 yr 14 hours ago, cosmas said: @JorgeB Thank you, that works now to enable again "ACPI CPU Freq". What CPU are you using? And not using amd-pstate actually worked out to better power savings to you? :o
February 28, 20251 yr Community Expert He is using a mobile CPU: AMD Ryzen 7 5800H I believe the new driver should be more efficient than the old one, at least users typically want to use the new driver instead of the old one, but possibly, there are some issues with some CPU models.
March 1, 20251 yr I too have noticed an increase in consumption around 45w since upgrading to 7.0.1 last week (no other changes). Intel i5-12600k.
March 1, 20251 yr Community Expert 1 minute ago, thesuitgamer said: I too have noticed an increase in consumption around 45w since upgrading to 7.0.1 last week (no other changes). That won't be related to this since it won't use the AMD driver, suggest starting a new thread and posting the diagnostics.
November 9, 2025Nov 9 System and some backgroundB550M mobo with 3700x - GTX 1650 - 32GB ECC DDR4 - 7 HDD 2 M.2 (HDDs spun down on all tests)I have set up CPU to have 60 celsius thermal limit and 45W (ECO mode) power limit it stays otherwise normally on PBOCPU boosts to around 4.2GHz with 1-2 cores and all cores stays on base 3.6GHzFindings during testing different modesDriver with amd_pstate=disable in syslinux.cfg = acpi-cpufreqDriver without amd_pstate in syslinux.cfg = amd-pstate-eppWebUI/Settings/PowermodeChanges scaling_governor to powersave or performance.Sets energy_performance_preference to performance with both available settings.energy_performance_preference cannot be changed from performance to other states when governor is set to performanceOther commentswith scaling_governor set to powersave you can choose fromdefault performance balance_performance balance_power powerdefault is same as performance in my caseadditionally pstate driver allows cpu to clock to 550MHz on idle and with acpi-cpufreq lowest i have seen is 2000MHzenergy_performance_preference does not survive boot so you need to set it up after boot manually or by scriptTips and Tweaks plugin does not work with pstate and it sets epp always to performanceResults from testing (1 pass each) Edited November 10, 2025Nov 10 by twiikker
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.