Specifies the minimum amount of shared memory to be allocated when the
WQS process starts up.
Because shared memory cannot be resized, the WQS process must allocate a fixed amount of shared memory when it starts up, it allocates shared memory equal to twice whichever of the following values is greater:
For example, if WQS_SHARED_MEMORY_QUEUES is
1000, and the number of queues defined on the system is
1250, then the
WQS process will allocate
3000K of shared memory (1250*2*1.2). Your system must have at least
3000K of shared memory available for the
WQS process.