Oracle Solaris kernel parameters

The following table describes Oracle Solaris kernel parameters with one instance of PostgreSQL.

Parameter

Description

Value

project.max-msg-ids

Determines the maximum number of message IDs

  • S: 512
  • M: 2048
  • L: 4096

project.max-sem-ids

Determines the maximum number of semaphores IDs

  • S: 2048
  • M: 3072
  • L: 4096

project.max-shm-memory

Determines the size of shared memory

  • S: 2 GB
  • M: 4 GB
  • L: 8 GB

project.max-shm-ids

Determines the total size of shared memory segments

  • S: 500
  • M: 4096
  • L: 16384

Parent Topic

PostgreSQL UNIX kernel parameters