network-throughput: increased net.ipv4.tcp_rmem default value
Resolves: RHEL-25847 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
d962bc4735
commit
03369da748
1 changed files with 1 additions and 1 deletions
|
|
@ -11,5 +11,5 @@ include=throughput-performance
|
|||
#
|
||||
# The buffer tuning values below do not account for any potential hugepage allocation.
|
||||
# Ensure that you do not oversubscribe system memory.
|
||||
net.ipv4.tcp_rmem="4096 87380 16777216"
|
||||
net.ipv4.tcp_rmem="4096 131072 16777216"
|
||||
net.ipv4.tcp_wmem="4096 16384 16777216"
|
||||
|
|
|
|||
Loading…
Reference in a new issue