mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-02 22:52:19 +01:00
Relocate current content of /etc/sysctl.d to /usr/lib and make the /etc folder writable via a bind mount.
8 lines
278 B
Plaintext
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
|