Top
Enterprise Postgres 14 SP1 Messages
FUJITSU Software

2.66.1 16900

not enough shared memory for data structure "@1@" (@2@ bytes requested)

[Description]

If the shmem index doesn't exist, we are bootstrapping: we must be trying to init the shmem index itself. Notice that the ShmemIndexLock is released before the shmem index has been initialized. This should be OK because no other process can be accessing shared memory yet.

[System Processing]

Processing will be aborted.

[Action]

To investigate the cause of the occurrence from the message, and remove cause.