Skip to content

Commit

Permalink
system: Increase IPv4 neighbor table garbage collection thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jan 18, 2025
1 parent 0f6c850 commit eaa5162
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/system/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ sysctl_settings:
vm.dirty_background_ratio: 10
vm.dirty_ratio: 15
vm.swappiness: 10
net.ipv4.neigh.default.gc_thresh1: 1024
net.ipv4.neigh.default.gc_thresh2: 2048
net.ipv4.neigh.default.gc_thresh3: 4096

sysctl_remove_settings:
- fs.file-max

0 comments on commit eaa5162

Please sign in to comment.