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 GitHub
parent 4c8b1c4896
commit 5708e32ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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