Skip to content

Commit

Permalink
Set sock rx Buf size to 3MB. (#5566)
Browse files Browse the repository at this point in the history
* Set sock rx Buf size to 3MB.
  • Loading branch information
rajkumar38 authored Oct 15, 2020
1 parent 4c8b1c4 commit 5708e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/image_config/sysctl/sysctl-net.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5708e32

Please sign in to comment.