64-bit
platforms:
Positive integer with a maximum value of 4 gigabytes.
The maximum value might be less on some 64-bit platforms due to operating-system
limitations. For the actual maximum value for your UNIX platform,
see the machine notes.
SHMVIRTSIZE specifies the initial size of a virtual shared-memory segment. Use the following algorithm to determine the size of the virtual portion of shared memory:
fixed_overhead + shared_structures + (mncs * private_structures)
This algorithm includes the following values.
If messages in the message file indicate that the database server is adding segments to the virtual portion of shared memory for you, add the amount that these messages indicate to the value of SHMVIRTSIZE. It is recommended that you initially create a virtual portion of shared memory of a size that is more than sufficient for your daily processing, if possible.
Then use the following command to determine peak usage and lower the value of SHMVIRTSIZE accordingly:
% onstat -g segHome | [ Top of Page | Previous Page | Next Page | Contents | Index ]