I believe you are using RedHat Linux. Edit the /etc/sysctl.conf file and set/modify the below parameters.
Note: If the parameter is already present then change the values.
kernel.shmmax=214748364800
kernel.shmall=52428800
kernel.msgmni=1024
kernel.sem=1250 256000 100 1024
vm.max_map_count=2000000
Activate these settings with the command "sysctl -p".
Restart the SAP systems.