SHMADD specifies the size of a segment that is dynamically added to the virtual portion of shared memory.
It is more efficient to add memory in large segments, but wasteful if the added memory is not used. Also, the operating system might require you to add memory in a few large segments rather than many small segments.
Use the following guidelines for setting the initial value of SHMADD.
The following command displays the size of memory segments and the amount of memory that is used or free in each:
onstat -g seg
To modify the SHMADD parameter dynamically, use the onutil SET command. Example:
%onutil SHMADD 16384;Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]