Set sock rx Buf size to 3MB. (#5566)

* Set sock rx Buf size to 3MB.
This commit is contained in:
Rajkumar-Marvell 2020-10-16 03:10:59 +05:30 committed by Abhishek Dosi
parent ac5117f20b
commit 17045f42d1

View File

@ -34,6 +34,6 @@ 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=2097152
net.core.wmem_max=2097152
net.core.rmem_max=3145728
net.core.wmem_max=3145728
net.core.somaxconn=512