Increase net.core.optmem_max for OTBR (#2375)

The OTBR install scripts by default increases the net.core.optmem_max
ancillary buffer size to 64KiB to allow for a larger number of multicast
groups. Arch Linux as well recommends this size for high speed network
links.
This commit is contained in:
Stefan Agner 2023-03-02 00:06:42 +01:00 committed by GitHub
parent 7806f973bb
commit a69f94803b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,3 @@
# Increase ancillary buffer size to allow for a larger number of multicast groups
# Required for NdProxyManager::JoinSolicitedNodeMulticastGroup
net.core.optmem_max=65536