profiles: sap profile renamed to sap-netweaver
This profile is performance optimized for running SAP NetWeaver based applications on bare metal. Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
5ee8306676
commit
d01e045fbd
4 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,-)
|
||||
|
|
|
|||
Loading…
Reference in a new issue