Hello All
My database recently shutdown with the foll error. Whats the remedy..I am totally new to PostgreSQL.
NOTICE: Message from PostgreSQL backend:NOTICE: Message from PostgreSQL backend:
The Postmaster has informed me that some other backendThe Postmaster has informed me that some other backend
NOTICE: Message from PostgreSQL backend:died abnormally and possibly died abnormally and possibly corrupted shared memory.
I have rolled back the current transaction and am going to terminate your database system connection and exit.
Please reconnect to the database system and repeat your query.
DEBUG: all server processes terminated; reinitializing shared memory and semaphores
IpcMemoryCreate: shmget(key=5432001, size=1441792, 03600) failed: Not enough core
This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory or swap space.To reduce the request size (currently 1441792 bytes), reducePostgreSQL's shared_buffers parameter (currently 64) and/or its max_connections parameter (currently 32).
My database recently shutdown with the foll error. Whats the remedy..I am totally new to PostgreSQL.
NOTICE: Message from PostgreSQL backend:NOTICE: Message from PostgreSQL backend:
The Postmaster has informed me that some other backendThe Postmaster has informed me that some other backend
NOTICE: Message from PostgreSQL backend:died abnormally and possibly died abnormally and possibly corrupted shared memory.
I have rolled back the current transaction and am going to terminate your database system connection and exit.
Please reconnect to the database system and repeat your query.
DEBUG: all server processes terminated; reinitializing shared memory and semaphores
IpcMemoryCreate: shmget(key=5432001, size=1441792, 03600) failed: Not enough core
This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory or swap space.To reduce the request size (currently 1441792 bytes), reducePostgreSQL's shared_buffers parameter (currently 64) and/or its max_connections parameter (currently 32).