Skip to content

Commit

Permalink
Increase ARP thresholds (#168)
Browse files Browse the repository at this point in the history
Co-authored-by: Annika Wickert <[email protected]>
  • Loading branch information
grische and awlx authored Jun 24, 2024
1 parent 1ede892 commit 0cb7064
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sysctl/global.sls
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,28 @@ net.ipv4.tcp_l3mdev_accept:
# Increase ARP garbage collector thresholds
net.ipv4.neigh.default.gc_thresh1:
sysctl.present:
- value: 1024
- value: 4096
- config: /etc/sysctl.d/10-global.conf
net.ipv4.neigh.default.gc_thresh2:
sysctl.present:
- value: 2048
- value: 8192
- config: /etc/sysctl.d/10-global.conf
net.ipv4.neigh.default.gc_thresh3:
sysctl.present:
- value: 8192
- value: 16384
- config: /etc/sysctl.d/10-global.conf

net.ipv6.neigh.default.gc_thresh1:
sysctl.present:
- value: 1024
- value: 4096
- config: /etc/sysctl.d/10-global.conf
net.ipv6.neigh.default.gc_thresh2:
sysctl.present:
- value: 2048
- value: 8192
- config: /etc/sysctl.d/10-global.conf
net.ipv6.neigh.default.gc_thresh3:
sysctl.present:
- value: 8192
- value: 16384
- config: /etc/sysctl.d/10-global.conf

net.ipv6.route.max_size:
Expand Down

0 comments on commit 0cb7064

Please sign in to comment.