Add MAX CSTATE

This commit is contained in:
Thomas Gebert 2025-09-24 15:28:30 +02:00
parent ac97265b9b
commit 194ee83433
2 changed files with 2 additions and 0 deletions

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