Skip to content

Commit 00b4368

Browse files
author
Mitchell E Berger
committed
Add some TCP and conntrack tuning sysctl values for the proxies
1 parent 975da45 commit 00b4368

File tree

1 file changed

+5
-0
lines changed
  • ansible/roles/proxy-network/tasks

1 file changed

+5
-0
lines changed

ansible/roles/proxy-network/tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@
2727
net.ipv4.conf.all.rp_filter = 0
2828
net.ipv4.conf.all.accept_local = 1
2929
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
3035
notify: apply sysctl

0 commit comments

Comments
 (0)