mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-25 22:16:30 +00:00
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:
parent
7806f973bb
commit
a69f94803b
@ -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
|
Loading…
x
Reference in New Issue
Block a user