From d01e045fbd3671d8689293bd31c1116548ee8c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 18 Sep 2014 17:31:12 +0200 Subject: [PATCH] profiles: sap profile renamed to sap-netweaver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This profile is performance optimized for running SAP NetWeaver based applications on bare metal. Signed-off-by: Jaroslav Škarvada --- man/tuned-adm.8 | 8 ++++---- profiles/{sap => sap-netweaver}/script.sh | 0 profiles/{sap => sap-netweaver}/tuned.conf | 0 tuned.spec | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) rename profiles/{sap => sap-netweaver}/script.sh (100%) rename profiles/{sap => sap-netweaver}/tuned.conf (100%) diff --git a/man/tuned-adm.8 b/man/tuned-adm.8 index 3eff3b9..8b187dd 100644 --- a/man/tuned-adm.8 +++ b/man/tuned-adm.8 @@ -153,10 +153,10 @@ profile. It additionally increases SELinux AVC cache, PID limit and tunes netfilter connections tracking. .TP -.BI "sap" -Profile optimized for the best performance of SAP software. It is based on -throughput\-performance profile. It additionally tunes sysctl settings -regarding shared memory, semaphores and maximum number of memory map +.BI "sap-netweaver" +Profile optimized for the best performance of SAP NetWeaver based applications. +It is based on throughput\-performance profile. It additionally tunes sysctl +settings regarding shared memory, semaphores and maximum number of memory map areas a process may have. .SH PREDEFINED COMPAT PROFILES diff --git a/profiles/sap/script.sh b/profiles/sap-netweaver/script.sh similarity index 100% rename from profiles/sap/script.sh rename to profiles/sap-netweaver/script.sh diff --git a/profiles/sap/tuned.conf b/profiles/sap-netweaver/tuned.conf similarity index 100% rename from profiles/sap/tuned.conf rename to profiles/sap-netweaver/tuned.conf diff --git a/tuned.spec b/tuned.spec index c3e2199..b8907d3 100644 --- a/tuned.spec +++ b/tuned.spec @@ -123,7 +123,7 @@ sed -i 's|.*/\([^/]\+\)/[^\.]\+\.conf|\1|' /etc/tuned/active_profile %exclude %{_prefix}/lib/tuned/laptop-battery-powersave %exclude %{_prefix}/lib/tuned/enterprise-storage %exclude %{_prefix}/lib/tuned/spindown-disk -%exclude %{_prefix}/lib/tuned/sap +%exclude %{_prefix}/lib/tuned/sap-netweaver %exclude %{_prefix}/lib/tuned/atomic-host %exclude %{_prefix}/lib/tuned/atomic-guest %{_prefix}/lib/tuned @@ -160,7 +160,7 @@ sed -i 's|.*/\([^/]\+\)/[^\.]\+\.conf|\1|' /etc/tuned/active_profile %files profiles-sap %defattr(-,root,root,-) -%{_prefix}/lib/tuned/sap +%{_prefix}/lib/tuned/sap-netweaver %files profiles-atomic %defattr(-,root,root,-)