-
Bug
-
Resolution: Done-Errata
-
Undefined
-
None
-
None
-
tuned-2.22.1-1.el9
-
None
-
None
-
Patch, Upstream
-
rhel-sst-cs-net-perf-services
-
ssg_core_services
-
26
-
None
-
False
-
-
None
-
None
-
Pass
-
Not Needed
-
RegressionOnly
-
None
The network-throughput specifies:
# Increase kernel buffer size maximums. Currently this seems only necessary at 40Gb speeds. # # 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"
Anyway in the rhel-9 kernel, the default values for net.ipv4.tcp_rmem are:
4096 131072 6291456
that is, network-throughput actually reduces the default/initial receiver buffer size.
The profile should be updated to at least:
net.ipv4.tcp_rmem="4096 131072 16777216"
- links to
-
RHBA-2024:127940 tuned bug fix and enhancement update