Same for dirty_background_ratio and dirty_background_bytes. Using both the ratio and the bytes is not compatible with the current profile inheritance implementation, because it is not possible for dirty_bytes in a child profile to override dirty_ratio in its parent profile. Resolves: RHEL-101578
38 lines
601 B
Text
38 lines
601 B
Text
#
|
|
# tuned configuration
|
|
#
|
|
|
|
[main]
|
|
summary=Optimized for Spectrum Scale Erasure Code Edition Servers
|
|
include=throughput-performance
|
|
|
|
[cpu]
|
|
governor=performance
|
|
energy_perf_bias=performance
|
|
min_perf_pct=100
|
|
|
|
[vm]
|
|
dirty_bytes = 40%
|
|
dirty_background_bytes = 10%
|
|
|
|
[sysctl]
|
|
kernel.numa_balancing = 1
|
|
vm.swappiness=10
|
|
net.ipv4.tcp_window_scaling = 1
|
|
net.ipv4.tcp_timestamps = 1
|
|
|
|
[scheduler]
|
|
sched_min_granularity_ns = 10000000
|
|
sched_wakeup_granularity_ns = 15000000
|
|
|
|
[disk-sas]
|
|
type=disk
|
|
devices = sd*
|
|
elevator = mq-deadline
|
|
readahead = 0
|
|
|
|
[disk-nvme]
|
|
type=disk
|
|
devices = nvme*
|
|
elevator = none
|
|
readahead = 0
|