Parameter
|
Description
|
When to modify
|
Notes
|
---|---|---|---|
shmmni
|
Maximum number of shared memory segments on the system
|
If the value is smaller than the solidDB® process size (MB) divided by 32
For example, for a process size of 1 GB (1024 MB), at least 32 segments are needed.
|
Set this parameter to a clearly higher value than required by your database size; a higher value has no side effects.
|
shmseg
|
Maximum number of shared memory segments attached to a process
|
If the value is smaller than the solidDB® process size (MB) divided by 32
For example, for a process size of 1 GB (1024 MB), at least 32 segments are needed.
|
Because solidDB® uses only 1 process, the value of shmmni and shmseg can be the same.
|
shmmax
|
Maximum size of a single shared memory segment (bytes)
|
If the value is smaller than 32768 KB (32 MB)
|
Setting this parameter to a higher value has no side effects.
|