kernel: sysctl: update nf_conntrack_buckets to 65536

This commit is contained in:
hanwckf 2023-12-04 22:28:28 +08:00
parent 115a22fa14
commit 417a8f3894

View File

@ -7,5 +7,5 @@ net.netfilter.nf_conntrack_tcp_timeout_established=7440
net.netfilter.nf_conntrack_udp_timeout=60
net.netfilter.nf_conntrack_udp_timeout_stream=180
net.netfilter.nf_conntrack_helper=1
net.netfilter.nf_conntrack_buckets=16384
net.netfilter.nf_conntrack_buckets=65536
net.netfilter.nf_conntrack_expect_max=16384