tuned/SOURCES/tuned-2.28.0-openshift-revert.patch
2026-09-03 07:56:59 -04:00

29 lines
1.3 KiB
Diff

diff --git a/profiles/network-throughput/tuned.conf b/profiles/network-throughput/tuned.conf
index eeeb174..e531ac3 100644
--- a/profiles/network-throughput/tuned.conf
+++ b/profiles/network-throughput/tuned.conf
@@ -7,10 +7,6 @@ summary=Optimize for streaming network throughput, generally only necessary on o
include=throughput-performance
[sysctl]
-# Sets tcp_notsent_lowat to a value intended to balance throughput and latency while limiting total socket memory usage.
-net.ipv4.tcp_notsent_lowat=131072
-# Disables slow start after a connection has been idle, allowing immediate maximum throughput upon resuming data transfer.
-net.ipv4.tcp_slow_start_after_idle=0
# 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.
diff --git a/profiles/openshift/tuned.conf b/profiles/openshift/tuned.conf
index 28dfb4d..197850c 100644
--- a/profiles/openshift/tuned.conf
+++ b/profiles/openshift/tuned.conf
@@ -4,7 +4,7 @@
[main]
summary=Optimize systems running OpenShift (parent profile)
-include=${f:virt_check:virtual-guest:network-throughput}
+include=${f:virt_check:virtual-guest:throughput-performance}
[selinux]
avc_cache_threshold=8192