latency-peformance: backup latency requirement increased to 3 us
In the kernel table of exit latencies of various CPUs the worst exit latency for C1 seems to be 3 us, so increase the backup value latency requirement to 3 us to match the worst C1 exit latency. Related: rhbz#1737628 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
feb6e8b6f4
commit
252bd91ed0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
summary=Optimize for deterministic performance at the cost of increased power consumption
|
||||
|
||||
[cpu]
|
||||
force_latency=cstate.id:1|1
|
||||
force_latency=cstate.id:1|3
|
||||
governor=performance
|
||||
energy_perf_bias=performance
|
||||
min_perf_pct=100
|
||||
|
|
|
|||
Loading…
Reference in a new issue