JamesCJ60 / Universal-x86-Tuning-Utility

Unlock the full potential of your Intel/AMD based device.
GNU General Public License v3.0
1.54k stars 38 forks source link

[BUG] A wrong command line within premade preset "Performance" #225

Closed mishuha closed 1 month ago

mishuha commented 1 month ago

The program has 4 command lines for presets:

Eco: --tctl-temp=95 --ppt-limit=65000 --edc-limit=90000 --tdc-limit=90000

Balanced: --tctl-temp=95 --ppt-limit=95000 --edc-limit=130000 --tdc-limit=130000

Performance: --tctl-temp=95 --ppt-limit=125000 --edc-limit=142 --tdc-limit=142000

Extreme: --tctl-temp=95 --ppt-limit=170000 --edc-limit=230000 --tdc-limit=230000

And in Performance "--edc-limit=142" instead of "--edc-limit=142000" seems like as a typo that leads to actual performance loose after activation. изображение

CPU: Ryzen 9 5900X изображение

Reproducible on program version 2.2.5.0 изображение

Desktop: OS: Windows 10 Pro 22H2

JamesCJ60 commented 1 month ago

Thank you for bringing this to my attention. I will get this fixed in the next release.

JamesCJ60 commented 1 month ago

This should be fixed as of the latest build.