# 1771258 - Linux: User and system resource limits
# Version 5 from 18.06.2018 in English

[version]
# SAP-NOTE=1771258 CATEGORY=LINUX VERSION=5 DATE=18.06.2018 NAME="Linux: User and system resource limits"

[limits]
# /etc/security/limits.conf or drop-in file in /etc/securitty/limits.d
# Maximum number of open files for SAP application groups sapsys, sdba, and dba.
#
# LIMITS contains a comma separate list of valid limits.conf entries
# Consult with manual page limits.conf(5) for the correct syntax.
# Note: The "@" sign in DOMAIN matches a group.
# LIMITS="DOMAIN TYPE ITEM VALUE, DOMAIN TYPE ITEM VALUE"
LIMITS = @sapsys hard nofile 65536, @sapsys soft nofile 65536, @sdba hard nofile 65536, @sdba soft nofile 65536, @dba hard nofile 65536, @dba soft nofile 65536
