The following table describes Linux kernel parameters with one instance of PostgreSQL. If you are using additional instances of PostgreSQL, you need to multiply the values by the number of instances.
Parameter |
Description |
Value |
---|---|---|
semmsl |
Determines the maximum number of semaphores per semaphore set |
|
semmns |
Determines the total number of semaphores |
|
semopm |
Determines the maximum number of semaphore operations per semop(2) system calls |
100 |
semmni |
Checks the maximum number of semaphore sets for the entire Linux system |
|
kernel.shmall |
Determines the total size of shared memory pages |
|
kernel.shmmax |
Determines the size of shared memory |
|
kernel.shmmni |
Determines the total size of shared memory segments |
|
Parent Topic |