# 1275776 - Linux: Preparing SLES for SAP environments
# Description:   You want to apply SAP recommended operating system settings on SLES or SLES for SAP Applications.

[version]
VERSION=42
DATE=15.04.2025
DESCRIPTION=Linux: Preparing SLES for SAP environments
REFERENCES=https://me.sap.com/notes/1275776

[service]
# start the related services
uuidd.socket=start
sysstat.service=start
sysctl-logger.service=start

[sysctl]
# vm.max_map_count
# The value is the maximum number of memory map areas a process may have.
# Memory map areas are used as a side-effect of calling malloc, directly by
# mmap and mprotect, and also when loading shared libraries.
# vm.max_map_count should be set to MAX_INT (2147483647)
#
# SAP Note 1980196, 900929, HANA Administration Guide
#
vm.max_map_count=2147483647

