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:
@@ -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:"
|
||||
|
Reference in New Issue
Block a user