general-purpose-scripts #13

Merged
thomas.gebert merged 7 commits from general-purpose-scripts into main 2025-10-07 08:36:35 +00:00
Showing only changes of commit ed8a45f22d - Show all commits

View File

@ -45,5 +45,6 @@ elif [ ! "${CPU_CSTATES_DISABLE_BY_LATENCY}" == "" ]; then
cpupower idle-set --disable-by-latency "${CPU_CSTATES_DISABLE_BY_LATENCY}" &> /dev/null cpupower idle-set --disable-by-latency "${CPU_CSTATES_DISABLE_BY_LATENCY}" &> /dev/null
cpupower idle-info cpupower idle-info
else else
echo "No CPU Cstates by latency configured." echo "No CPU Cstates configured."
fi fi