From 194ee83433ecc60e26594fb94b9c1a92791b9e3c Mon Sep 17 00:00:00 2001 From: Thomas Gebert Date: Wed, 24 Sep 2025 15:28:30 +0200 Subject: [PATCH] Add MAX CSTATE --- cpupower/cpupower | 1 + cpupower/cpupower.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/cpupower/cpupower b/cpupower/cpupower index d17ec34..2b99100 100644 --- a/cpupower/cpupower +++ b/cpupower/cpupower @@ -1,2 +1,3 @@ CPU_GOVERNOR="performance" +CPU_CSTATE_MAX="C1" CPU_CSTATES_DISABLE_BY_LATENCY="3" diff --git a/cpupower/cpupower.sh b/cpupower/cpupower.sh index 4323c8a..434f142 100644 --- a/cpupower/cpupower.sh +++ b/cpupower/cpupower.sh @@ -34,3 +34,4 @@ if [ ! "${CPU_CSTATES_DISABLE_BY_LATENCY}" == "" ]; then else echo "No CPU Cstates by latency configured." fi +