Home | Previous Page | Next Page   Disk, Memory, and Process Management > Managing Shared Memory > Setting Operating-System Shared-Memory Configuration Parameters >

Maximum Number of Shared-Memory Identifiers

Shared-memory identifiers affect the database server operation when a virtual processor attempts to attach to shared memory. The operating system identifies each shared-memory segment with a shared-memory identifier. For most operating systems, virtual processors receive identifiers on a first-come, first-served basis, up to the limit that is defined for the operating system as a whole. For more information about shared-memory identifiers, refer to How Virtual Processors Attach to Shared Memory.

You might be able to calculate the maximum amount of shared memory that the operating system can allocate by multiplying the number of shared-memory identifiers by the maximum shared-memory segment size.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]