File tuned-profile-latency-performance-sap-increase-force-latency.patch of Package tuned.7874
Index: tuned-2.4.1/profiles/latency-performance/tuned.conf
===================================================================
--- tuned-2.4.1.orig/profiles/latency-performance/tuned.conf
+++ tuned-2.4.1/profiles/latency-performance/tuned.conf
@@ -3,7 +3,9 @@
#
[cpu]
-force_latency=1
+# An idle latency requirement of 70 should in general allow the fast C1-C3 idle
+# states. See cpupower-idle-info(1) for details.
+force_latency=70
governor=performance
energy_perf_bias=performance
min_perf_pct=100
Index: tuned-2.4.1/profiles/sap-hana-vmware/tuned.conf
===================================================================
--- tuned-2.4.1.orig/profiles/sap-hana-vmware/tuned.conf
+++ tuned-2.4.1/profiles/sap-hana-vmware/tuned.conf
@@ -6,7 +6,9 @@
include=throughput-performance
[cpu]
-force_latency=1
+# An idle latency requirement of 70 should in general allow the fast C1-C3 idle
+# states. See cpupower-idle-info(1) for details.
+force_latency=70
[vm]
transparent_hugepages=never
Index: tuned-2.4.1/profiles/sap-hana/tuned.conf
===================================================================
--- tuned-2.4.1.orig/profiles/sap-hana/tuned.conf
+++ tuned-2.4.1/profiles/sap-hana/tuned.conf
@@ -6,7 +6,9 @@
include=throughput-performance
[cpu]
-force_latency=1
+# An idle latency requirement of 70 should in general allow the fast C1-C3 idle
+# states. See cpupower-idle-info(1) for details.
+force_latency=70
[vm]
transparent_hugepages=never