[netlink] Increse netlink buffer size from 3MB to 16MB (#13965) (#14027)

This commit is contained in:
mssonicbld 2023-03-01 11:47:29 +08:00 committed by GitHub
parent b2e124cf00
commit 73f572948f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ net.ipv6.conf.all.keep_addr_on_down=1
net.ipv6.conf.eth0.keep_addr_on_down=1
net.ipv4.tcp_l3mdev_accept=1
net.ipv4.udp_l3mdev_accept=1
net.core.rmem_max=3145728
net.core.wmem_max=3145728
net.core.rmem_max=16777216
net.core.wmem_max=16777216
net.core.somaxconn=512
net.ipv4.fib_multipath_use_neigh=1