Merge pull request #811 from nmraz/performance-boost-value
profiles: Set boost=1 in *-performance profiles
This commit is contained in:
commit
8eeeb45abe
5 changed files with 5 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ summary=Throughput performance based tuning with disabled higher latency STOP st
|
|||
governor=performance
|
||||
energy_perf_bias=performance
|
||||
min_perf_pct=100
|
||||
boost=1
|
||||
force_latency=99
|
||||
|
||||
[acpi]
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ force_latency=cstate.id_no_zero:1|3
|
|||
governor=performance
|
||||
energy_perf_bias=performance
|
||||
min_perf_pct=100
|
||||
boost=1
|
||||
|
||||
[acpi]
|
||||
platform_profile=performance
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ force_latency=cstate.id_no_zero:3|70
|
|||
governor=performance
|
||||
energy_perf_bias=performance
|
||||
min_perf_pct=100
|
||||
boost=1
|
||||
|
||||
[vm]
|
||||
transparent_hugepages=madvise
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ include=throughput-performance
|
|||
governor=performance
|
||||
energy_perf_bias=performance
|
||||
min_perf_pct=100
|
||||
boost=1
|
||||
|
||||
[vm]
|
||||
dirty_bytes = 40%
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ governor=performance
|
|||
energy_perf_bias=performance
|
||||
min_perf_pct=100
|
||||
energy_performance_preference=performance
|
||||
boost=1
|
||||
|
||||
[acpi]
|
||||
platform_profile=performance
|
||||
|
|
|
|||
Loading…
Reference in a new issue