profiles: use cstate.id_no_zero instead of the cstate.id
Related: rhbz#2034069 Related: rhbz#2002744 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
b53e49d0fb
commit
830d7b2d8d
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
summary=Optimize for deterministic performance at the cost of increased power consumption
|
||||
|
||||
[cpu]
|
||||
force_latency=cstate.id:1|3
|
||||
force_latency=cstate.id_no_zero:1|3
|
||||
governor=performance
|
||||
energy_perf_bias=performance
|
||||
min_perf_pct=100
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
summary=Optimize for SAP HANA
|
||||
|
||||
[cpu]
|
||||
force_latency=cstate.id:3|70
|
||||
force_latency=cstate.id_no_zero:3|70
|
||||
governor=performance
|
||||
energy_perf_bias=performance
|
||||
min_perf_pct=100
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ vm.dirty_background_ratio = 5
|
|||
|
||||
[cpu]
|
||||
# Setting C3 state sleep mode/power savings
|
||||
force_latency=cstate.id:3|70
|
||||
force_latency=cstate.id_no_zero:3|70
|
||||
|
|
|
|||
Loading…
Reference in a new issue