rebased tuned to latest upstream
resolves: RHEL-210931
scheduler: check for EPERM when setting IRQ affinity
resolves: RHEL-153655
bootloader: set correct permission for tempdir
commands: better error msgs when creating directory and hardened dir mode
docs: build reference guide
systemd: used drop-ins for configuration
resolves: RHEL-97580
systemd: do not backup the drop-in configuration
net: add more coalescing options, filter out unsupported ones
resolves: RHEL-152675
cpu: do not log error if boost isn't supported
resolves: RHEL-169618
bootloader: add bootc loader-entries set-options-for-source support
resolves: RHEL-170825
cpu: fixed TypeError when load_threshold is set in a profil
openshift: include network-throughput profile
drop support for vm.laptop_mode which is deprecated in kernel 7.0
net: fixed ring parser to work with rx-mini and rx-jumbo
lscpu_check: do not traceback on invalid regex
network-latency: increase AVC cache to 8192
functions: use iw for Wi-Fi power saving
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
29 lines
1.3 KiB
Diff
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
|