We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975da45 commit 00b4368Copy full SHA for 00b4368
ansible/roles/proxy-network/tasks/main.yml
@@ -27,4 +27,9 @@
27
net.ipv4.conf.all.rp_filter = 0
28
net.ipv4.conf.all.accept_local = 1
29
net.ipv4.conf.all.log_martians = 1
30
+ net.ipv4.tcp_fin_timeout = 15
31
+ net.ipv4.tcp_max_orphans = 262144
32
+ net.ipv4.tcp_max_syn_backlog = 4096
33
+ net.ipv4.tcp_max_tw_buckets = 262144
34
+ net.netfilter.nf_conntrack_max = 8388608
35
notify: apply sysctl
0 commit comments