Bug 2010761

Summary: [SAP AMI only] configure process resource limits [rhel-8.1.0.z]
Product: Red Hat Enterprise Linux 8 Reporter: RHEL Program Management Team <pgm-rhel-tools>
Component: ec2-imagesAssignee: Irina Gulina <igulina>
Status: CLOSED CURRENTRELEASE QA Contact: Virtualization Bugs <virt-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.1CC: asherlan, bkhomuts, igulina, linl, lmiksik, lsedlar, nsaini, pniahodk, toneata
Target Milestone: rcKeywords: Triaged, ZStream
Target Release: ---Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 2007155 Environment:
Last Closed: 2023-08-09 07:35:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2007155    
Bug Blocks:    

Comment 2 Irina Gulina 2022-01-06 20:10:51 UTC
Verified for ami-075ed2fafb0c1aa69

[ec2-user@ip-10-0-1-73 ~]$ cat /etc/security/limits.d/99-sap.conf
@sapsys    hard    nofile   65536
@sapsys    soft    nofile   65536
@dba       hard    nofile   65536
@dba       soft    nofile   65536
@sapsys    hard    nproc    unlimited
@sapsys    soft    nproc    unlimited
@dba       hard    nproc    unlimited
@dba       soft    nproc    unlimited
[ec2-user@ip-10-0-1-73 ~]$ uname -a
Linux ip-10-0-1-73 4.18.0-147.56.1.el8_1.x86_64 #1 SMP Wed Sep 15 02:24:28 EDT 2021 x86_64 x86_64 x86_64 GNU/Linux