diff options
author | John Estabrook <jestabro@sentrium.io> | 2020-01-15 13:02:40 -0600 |
---|---|---|
committer | John Estabrook <jestabro@sentrium.io> | 2020-01-16 10:56:13 -0600 |
commit | c64a8270a314b2673d2ab6829d35722c8a372dd9 (patch) | |
tree | d1bc3a69180c99db97b4e2f7f7f483292fea1e24 /sysconf | |
parent | 347c30fc8c90651eb9190b782d8cd5ecce58c3ca (diff) | |
download | vyatta-cfg-system-c64a8270a314b2673d2ab6829d35722c8a372dd9.tar.gz vyatta-cfg-system-c64a8270a314b2673d2ab6829d35722c8a372dd9.zip |
arp: T1827: Increase default gc_thresh
(cherry picked from commit b44290d8cf3a39ef7bc8f6a18e8e16db79fce785)
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/vyatta-sysctl.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysconf/vyatta-sysctl.conf b/sysconf/vyatta-sysctl.conf index 560c29de..0314fcc5 100644 --- a/sysconf/vyatta-sysctl.conf +++ b/sysconf/vyatta-sysctl.conf @@ -80,3 +80,12 @@ net.ipv4.igmp_max_memberships = 512 # Enable conntrack helper by default net.netfilter.nf_conntrack_helper=1 + +# Increase default garbage collection thresholds +net.ipv4.neigh.default.gc_thresh1 = 1024 +net.ipv4.neigh.default.gc_thresh2 = 4096 +net.ipv4.neigh.default.gc_thresh3 = 8192 +# +net.ipv6.neigh.default.gc_thresh1 = 1024 +net.ipv6.neigh.default.gc_thresh2 = 4096 +net.ipv6.neigh.default.gc_thresh3 = 8192 |