To resolve this issue, increase the dynamic shared memory size by at least the amount indicated in the error message.
This can be configured by setting .spec.requestedSharedMemorySize property of the PostgresCluster resource. Note that this value must be specified in binary (power-of-two) units.
For example, if the error message indicates a shortfall of approximately 64Mi, increase the size accordingly by setting the .spec.requestedSharedMemorySize property to at least 128Mi.
spec:
requestedSharedMemorySize: 128Mi
|
Note: This property is not available through the UI and must be configured via the API.
User may chose to use Terraform (https://github.com/