Add MAX CSTATE
This commit is contained in:
parent
ac97265b9b
commit
194ee83433
@ -1,2 +1,3 @@
|
||||
CPU_GOVERNOR="performance"
|
||||
CPU_CSTATE_MAX="C1"
|
||||
CPU_CSTATES_DISABLE_BY_LATENCY="3"
|
||||
|
||||
@ -34,3 +34,4 @@ if [ ! "${CPU_CSTATES_DISABLE_BY_LATENCY}" == "" ]; then
|
||||
else
|
||||
echo "No CPU Cstates by latency configured."
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user