increase somaxcon to match new linux default value

This commit is contained in:
2022-11-04 14:18:54 +01:00
parent c64f707948
commit faea3c384b
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
net.ipv4.tcp_fin_timeout = 30
net.ipv4.ip_local_port_range = 1024 65535
net.ipv4.tcp_fastopen = 3
net.core.somaxconn = 2048
net.core.somaxconn = 4096
net.core.netdev_max_backlog = 5000
vm.swappiness=1
vm.dirty_ratio = 40