spidernet-io / spiderpool

Underlay and RDMA network solution of the Kubernetes, for bare metal, VM and any public cloud
https://spidernet-io.github.io/spiderpool/
Apache License 2.0
505 stars 72 forks source link

optimize the sysctl #3587

Open weizhoublue opened 2 weeks ago

weizhoublue commented 2 weeks ago

What would you like to be added?

for underlay network, it could optimize these values // ? sysctl -w net.ipv4.neigh.default.gc_thresh1=0 // ? sysctl -w net.ipv4.neigh.default.gc_thresh2=512 (required) sysctl -w net.ipv4.neigh.default.gc_thresh3=8192 net.ipv4.conf.all.arp_notify =1

they could be added to configmap and take effect in each node

Why is this needed?

No response

How to implement it (if possible)?

No response

Additional context

No response