We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when stress testing, the network presure increase.This may cause arp overflow. The following parameters need to be considered:
net.ipv4.neigh.default.gc_thresh1 = 8192 net.ipv4.neigh.default.gc_thresh2 = 32768 net.ipv4.neigh.default.gc_thresh3 = 65536
The text was updated successfully, but these errors were encountered:
HI @wenting-guo , the net.ipv4.neigh.default.gc_thresh1 has been tunned by :
https://github.com/kubean-io/kube-node-tuning/blob/main/charts/values.yaml#L36
Sorry, something went wrong.
No branches or pull requests
when stress testing, the network presure increase.This may cause arp overflow.
The following parameters need to be considered:
net.ipv4.neigh.default.gc_thresh1 = 8192
net.ipv4.neigh.default.gc_thresh2 = 32768
net.ipv4.neigh.default.gc_thresh3 = 65536
The text was updated successfully, but these errors were encountered: