Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Increase default arp sysctl values #267

Open
nephomaniac opened this issue Mar 7, 2016 · 0 comments
Open

Increase default arp sysctl values #267

nephomaniac opened this issue Mar 7, 2016 · 0 comments

Comments

@nephomaniac
Copy link
Contributor

Default sysctl ARP limits should be increased.

It looks like gc_thresh defaults are 128, 512,1024 (shown below).
Suggesting the cookbook contains default attributes which use the values: 1024, 2048, 4096.
Also suggesting the CB includes gc_stale_time and gc_interval attributes.

[root@euca]# sysctl net.ipv4.neigh.default.gc_thresh1
net.ipv4.neigh.default.gc_thresh1 = 128
[root@euca]# sysctl net.ipv4.neigh.default.gc_thresh2
net.ipv4.neigh.default.gc_thresh2 = 512
[root@euca]# sysctl net.ipv4.neigh.default.gc_thresh3
net.ipv4.neigh.default.gc_thresh3 = 1024
[root@euca]# sysctl net.ipv4.neigh.default..gc_stale_time
net.ipv4.neigh.default..gc_stale_time = 60
[root@euca]# sysctl net.ipv4.neigh.default.gc_interval
net.ipv4.neigh.default.gc_interval = 30

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant