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,-)