diff --git a/profiles/desktop-powersave/tuned.conf b/profiles/desktop-powersave/tuned.conf index d0171d9..fd3afd9 100644 --- a/profiles/desktop-powersave/tuned.conf +++ b/profiles/desktop-powersave/tuned.conf @@ -3,7 +3,7 @@ # [main] -summary=Optmize for the desktop use-case with power saving. +summary=Optmize for the desktop use-case with power saving include=server-powersave [video] diff --git a/profiles/enterprise-storage/tuned.conf b/profiles/enterprise-storage/tuned.conf index 9f0d143..0c23bc0 100644 --- a/profiles/enterprise-storage/tuned.conf +++ b/profiles/enterprise-storage/tuned.conf @@ -3,5 +3,5 @@ # [main] -summary=Legacy profile for RHEL6. For RHEL7, please use throughput-performance profile. +summary=Legacy profile for RHEL6, for RHEL7, please use throughput-performance profile include=throughput-performance diff --git a/profiles/network-throughput/tuned.conf b/profiles/network-throughput/tuned.conf index e2703ee..e466d8c 100644 --- a/profiles/network-throughput/tuned.conf +++ b/profiles/network-throughput/tuned.conf @@ -3,7 +3,7 @@ # [main] -summary=Optimize for streaming network throughput. Generally only necessary on older CPUs or 40G+ networks. +summary=Optimize for streaming network throughput, generally only necessary on older CPUs or 40G+ networks include=throughput-performance [sysctl] diff --git a/profiles/realtime-virtual-host/tuned.conf b/profiles/realtime-virtual-host/tuned.conf index dd04830..e01a99c 100644 --- a/profiles/realtime-virtual-host/tuned.conf +++ b/profiles/realtime-virtual-host/tuned.conf @@ -9,9 +9,9 @@ # # Packaging: # -# tscdeadline_latency.flat must be included in the profile directory +# tscdeadline_latency.flat must be included in the profile directory # so as to calculate optimal tsc deadline latency advancement value. -# +# # How to build: # # git clone git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git diff --git a/profiles/throughput-performance/tuned.conf b/profiles/throughput-performance/tuned.conf index 62776c1..265ad2e 100644 --- a/profiles/throughput-performance/tuned.conf +++ b/profiles/throughput-performance/tuned.conf @@ -3,7 +3,7 @@ # [main] -summary=Broadly applicable tuning that provides excellent performance across a variety of common server workloads. This is the default profile for RHEL7. +summary=Broadly applicable tuning that provides excellent performance across a variety of common server workloads [cpu] governor=performance diff --git a/profiles/virtual-guest/tuned.conf b/profiles/virtual-guest/tuned.conf index 89fe021..28b85c9 100644 --- a/profiles/virtual-guest/tuned.conf +++ b/profiles/virtual-guest/tuned.conf @@ -3,7 +3,7 @@ # [main] -summary=Optimize for running inside a virtual guest. +summary=Optimize for running inside a virtual guest include=throughput-performance [sysctl]