latency-performance: Update sysctl tunings
Update sysctl tunings in the latency-performance profile based on feedback from the performance team. Resolves: rhbz#1779759 Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
This commit is contained in:
parent
d11c907be0
commit
7a70fabb4c
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ min_perf_pct=100
|
|||
#
|
||||
# Minimal preemption granularity for CPU-bound tasks:
|
||||
# (default: 1 msec# (1 + ilog(ncpus)), units: nanoseconds)
|
||||
kernel.sched_min_granularity_ns=10000000
|
||||
kernel.sched_min_granularity_ns=3000000
|
||||
kernel.sched_wakeup_granularity_ns=4000000
|
||||
|
||||
# If a workload mostly uses anonymous memory and it hits this limit, the entire
|
||||
# working set is buffered for I/O, and any more write buffering would require
|
||||
|
|
|
|||
Loading…
Reference in a new issue