25 lines
586 B
Text
25 lines
586 B
Text
#
|
|
# tuned configuration
|
|
#
|
|
|
|
[main]
|
|
summary=Optimize for deterministic performance at the cost of increased power consumption, focused on low latency network performance
|
|
include=latency-performance
|
|
|
|
[vm]
|
|
transparent_hugepages=never
|
|
|
|
[sysctl]
|
|
net.core.busy_read=50
|
|
net.core.busy_poll=50
|
|
net.ipv4.tcp_fastopen=3
|
|
kernel.numa_balancing=0
|
|
kernel.hung_task_timeout_secs = 600
|
|
kernel.nmi_watchdog = 0
|
|
vm.stat_interval = 10
|
|
kernel.timer_migration = 0
|
|
|
|
[bootloader]
|
|
cmdline_network_latency=skew_tick=1 tsc=reliable rcupdate.rcu_normal_after_boot=1 rcutree.nohz_full_patience_delay=1000
|
|
|
|
[rtentsk]
|