doc/demo.sh: Increase tcp_rmem and tcp_wmem before running passt
...this is convenient for performance testing. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
16b08367a5
commit
f4aaa471a1
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ sysctl -w net.core.rmem_max=16777216
|
|||
sysctl -w net.core.wmem_max=16777216
|
||||
sysctl -w net.core.rmem_default=16777216
|
||||
sysctl -w net.core.wmem_default=16777216
|
||||
sysctl -w net.ipv4.tcp_rmem="16777216 131072 16777216"
|
||||
sysctl -w net.ipv4.tcp_wmem="16777216 131072 16777216"
|
||||
|
||||
echo
|
||||
echo "Namespace ${ns} set up, addresses:"
|
||||
|
|
Loading…
Reference in a new issue