you need to have your max shared mem setting set in /etc/sysctl.conf
# grep "kernel.shmmax" /etc/sysctl.conf
If the above doesn't return a line from the file, or if the setting is too low -
Add a line at the bottom of the /etc/sysctl.conf file (substituting your memory setting):
kernel.shmmax=<bytes of shared memory you want reserved for ASE>
To permanently save the setting for next boot, run:
# /sbin/sysctl -p