# 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