general-purpose-scripts #13

Merged
thomas.gebert merged 7 commits from general-purpose-scripts into main 2025-10-07 08:36:35 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 194ee83433 - Show all commits

View File

@ -1,2 +1,3 @@
CPU_GOVERNOR="performance"
CPU_CSTATE_MAX="C1"
CPU_CSTATES_DISABLE_BY_LATENCY="3"

View File

@ -34,3 +34,4 @@ if [ ! "${CPU_CSTATES_DISABLE_BY_LATENCY}" == "" ]; then
else
echo "No CPU Cstates by latency configured."
fi