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

Maximum Amount of Shared Memory for One Process

Check that the maximum amount of memory that can be allocated for one process is equal to the total addressable shared-memory size for a single operating-system process. The following equation expresses the concept another way:

Maximum amount of shared memory for one process =
   (Maximum number of attached shared-memory segments per
   process) x (Maximum shared-memory segment size)

If this relationship does not hold, one of two undesirable situations could develop:

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