Hi,
have you tried modifying file /etc/sysctl.conf adding following lines at the bottom:
#SAP Settings
kernel.msgmni = 1024
kernel.sem = 1250 256000 100 1024
vm.max_map_count = 1000000
and then executing command sysctl -p connected as root user?
Nicolas