|
@@ -33,13 +33,13 @@ net.ipv4.tcp_l3mdev_accept = 1
|
|
|
|
|
|
#
|
|
|
# Increase ARP garbage collector thresholds
|
|
|
-net.ipv4.neigh.default.gc_thresh1 = 1024
|
|
|
-net.ipv4.neigh.default.gc_thresh2 = 2048
|
|
|
-net.ipv4.neigh.default.gc_thresh3 = 4096
|
|
|
+net.ipv4.neigh.default.gc_thresh1 = 4096
|
|
|
+net.ipv4.neigh.default.gc_thresh2 = 8192
|
|
|
+net.ipv4.neigh.default.gc_thresh3 = 16384
|
|
|
|
|
|
-net.ipv6.neigh.default.gc_thresh1 = 1024
|
|
|
-net.ipv6.neigh.default.gc_thresh2 = 2048
|
|
|
-net.ipv6.neigh.default.gc_thresh3 = 4096
|
|
|
+net.ipv6.neigh.default.gc_thresh1 = 4096
|
|
|
+net.ipv6.neigh.default.gc_thresh2 = 8192
|
|
|
+net.ipv6.neigh.default.gc_thresh3 = 16384
|
|
|
|
|
|
|
|
|
#
|