Skip to content

Instantly share code, notes, and snippets.

@patrikjohansson
Created February 8, 2012 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrikjohansson/1766667 to your computer and use it in GitHub Desktop.
Save patrikjohansson/1766667 to your computer and use it in GitHub Desktop.
2012-02-08 04:00:49 CET [11602]: [2-1] DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2012-02-08 04:00:49 CET [11602]: [3-1] HINT: In a moment you should be able to reconnect to the database and repeat your command.
2012-02-08 04:00:50 CET [31876]: [13-1] LOG: all server processes terminated; reinitializing
2012-02-08 04:00:56 CET [31876]: [14-1] FATAL: could not create shared memory segment: Kan inte allokera minne
2012-02-08 04:00:56 CET [31876]: [15-1] DETAIL: Failed system call was shmget(key=5444001, size=9673490432, 03600).
2012-02-08 04:00:56 CET [31876]: [16-1] HINT: 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 9673490432 bytes), reduce PostgreSQL's shared_buffers parameter (currently 1152000) and/or its max_connections parameter (currently 303).
The PostgreSQL documentation contains more information about shared memory configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment