19 lines
366 B
Text
19 lines
366 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
|
|
|
|
[bootloader]
|
|
cmdline=skew_tick=1
|