redhat-performance / tuned

Tuning Profile Delivery Mechanism for Linux
GNU General Public License v2.0
814 stars 178 forks source link

cpu-partitioning-powersave no_turbo fix #630

Closed christophefontaine closed 4 months ago

christophefontaine commented 5 months ago

Fix 'no_turbo' from bool (true) to int (1). The current codes throws an error as it doesn't understand a string bool value, only an int.

christophefontaine commented 4 months ago

Will rework the profile more globally, rather than just fixing that value.