Update linux.conf

pull/522/head
Mr Chen 1 year ago
parent 971da145cb
commit ead409a58c
  1. 8
      plugins/sys-opt/tpl/linux.conf

@ -37,10 +37,10 @@ vm.overcommit_memory=1
# error:table full, dropping packet.
net.nf_conntrack_max = 25000000
net.netfilter.nf_conntrack_max = 25000000
net.netfilter.ip_conntrack_tcp_timeout_established = 3600
net.netfilter.nf_conntrack_tcp_timeout_close_wait = 60
net.netfilter.nf_conntrack_tcp_timeout_fin_wait = 120
net.netfilter.nf_conntrack_tcp_timeout_time_wait = 120
net.netfilter.ip_conntrack_tcp_timeout_established = 30
net.netfilter.nf_conntrack_tcp_timeout_close_wait = 10
net.netfilter.nf_conntrack_tcp_timeout_fin_wait = 5
net.netfilter.nf_conntrack_tcp_timeout_time_wait = 5
#net.ipv4.tcp_tw_recycle = 1
#net.ipv4.ip_conntrack_max = 81920

Loading…
Cancel
Save