1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-02 22:52:19 +01:00
Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/sysctl.d/20-network.conf
Jan Čermák 1b511990e3 Allow overriding sysctl parameters via /etc/sysctl.d files (#3883)
Relocate current content of /etc/sysctl.d to /usr/lib and make the /etc folder
writable via a bind mount.
2025-02-19 15:33:16 +01:00

8 lines
278 B
Plaintext

# Since multicast is rather popular and we have many integrations running,
# more than the default of 20 memberships might be required.
net.ipv4.igmp_max_memberships = 1024
# Increase maximum receive and send buffer size
net.core.rmem_max = 4194304
net.core.wmem_max = 4194304