Skip to content

Commit

Permalink
ntttcp: avoid runtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Feb 12, 2025
1 parent dbb4005 commit 415db68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisa/tools/ntttcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ class Ntttcp(Tool):
# and maximum sizes for TCP receive buffers to
# optimize network performance based on available bandwidth and latency.
{"net.ipv4.tcp_rmem": "4096 87380 16777216"},
{"net.ipv4.tcp_wmem": "4096 87380 16777216"},
{"net.core.netdev_max_backlog": "5000"},
]
sys_list_udp = [
{"net.core.rmem_max": "67108864"},
Expand Down

0 comments on commit 415db68

Please sign in to comment.