Learn how to adjust shared memory parameters for your platform.
The default operating system shared memory for most Linux releases is 32MB. The minimum required by Adaptive Server is 64MB for a default server with 2K pages. A higher value is required if you plan to increase the Adaptive Server total memory.
# /sbin/sysctl kernel.shmmax
# /sbin/sysctl -w kernel.shmmax=nnn
For additional information, see the Red Hat Web site.
If the server fails to restart after you have adjusted the SHMMAX parameter, you may also need to increase the value of another Kernel parameter, SHMALL, which is the maximum amount of shared memory that can be allocated. You can modify its value in the /etc/sysctl.conf file.
# /sbin/sysctl -w kernel.shmall=nnn