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

Increase default arp sysctl values #267

@nephomaniac

Description

@nephomaniac

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions