Home | Previous Page | Next Page   Configuring and Monitoring Dynamic Server > Configuration Parameters >

SHMADD

onconfig.std value
8192
range of values
32-bit platforms: 1024 through 524288
64-bit platforms: 1024 through 4294967296
units
Kilobytes
takes effect
When the database server is shut down and restarted
utilities
onstat -g seg (Use the onstat -g seg command to display the number of shared-memory segments that the database server is currently using. For more information, see page ***)
refer to
The following material in the IBM Informix Administrator's Guide:

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.

The following table contains recommendations for setting the initial value of SHMADD.

Amount of Physical Memory Recommended SHMADD Value
Less than 256 megabytes 8192
Between 256 megabytes and 512 megabytes 16,384
Greater than 512 megabytes 32,768
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]