Increase Limit in SAP Server
vi /etc/security/limits.conf
add this line in DB
# End of file
@sapsys hard nofile 32800
@sapsys soft nofile 32800
@sapsys soft nproc unlimited
@dba hard nofile 32800
@dba soft nofile 32800
oracle hard nofile 65536
oracle soft stack 10240
Comments
Post a Comment