remove double entry in sysctl net.conf

This commit is contained in:
creme 2021-01-24 16:34:42 +00:00
parent c6187a44dd
commit 8df8acf334
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
# allow that much active connections
net.core.somaxconn = 256000
net.unix.max_dgram_qlen = 1024
net.ipv4.ip_forward=1
@ -54,7 +52,7 @@ net.ipv4.tcp_no_metrics_save=0
# Increase the number of packets that can be queued
net.core.netdev_max_backlog = 3240000
# Max number of "backlogged sockets" (connection requests that can be queued for any given listening socket)
net.core.somaxconn = 50000
net.core.somaxconn = 256000
# Increase max number of sockets allowed in TIME_WAIT
net.ipv4.tcp_max_tw_buckets = 1440000
# Number of packets to keep in the backlog before the kernel starts dropping them