Set net.ipv4.tcp_tw_reuse, net.ipv4.tcp_tw_recycle
This is widly used by applications which generate
big ammount of tcp connections (ex. prometheus).
Change-Id: I7e7afcea1ada4ef18e7f5b26b89beea6a0ffe85d
diff --git a/linux/system/single.yml b/linux/system/single.yml
index e2a8502..928efda 100644
--- a/linux/system/single.yml
+++ b/linux/system/single.yml
@@ -35,6 +35,8 @@
net.ipv4.neigh.default.gc_thresh2: 8192
net.ipv4.neigh.default.gc_thresh3: 16384
net.core.netdev_max_backlog: 261144
+ net.ipv4.tcp_tw_recycle: 1
+ net.ipv4.tcp_tw_reuse: 1
kernel.panic: 60
cpu:
governor: performance