Adjust the shared memory segments using the following instructions, based on your operating system.
No special steps are necessary to configure for shared memory, however, you can modify the global ulimit information in /etc/security/limits with the following, in case the default hard limits for file sizes (fsize) and numbers of files (nofiles) may be too low:
ulimit -d – displays current process execution memory limits
ulimit -d unlimited – sets process execution memory limits to unlimited
You can also edit /etc/security/limits by changing the default data value to “-1”:
default: ... data = -1 ...
The default total logical memory parameter for HP is:
32,768 2K pages (64MB) on the 32-bit operating system
45,056 2K pages (88MB) on the 64-bit operating system
To adjust the shared memory value of the operating system, use the System Administration Manager (SAM). After you install Adaptive Server, you can change any configuration parameter, procedure cache, or data cache size. This may require that you increase the value of the max memory configuration parameter.