Starting Error

From: "Muhyiddin A(dot)M Hayat" <middink(at)indo(dot)net(dot)id>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: Starting Error
Date: 2003-09-18 08:54:59
Message-ID: 000001c37dc7$d7dc2a80$1f00a8c0@middinkcomp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin


$ postmaster -D /usr/share/postgresql/data/ -i
IpcMemoryCreate: shmget(key=5432001, size=1499136, 03600) failed: Not enough cor
e

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 1499136 bytes), reduce
PostgreSQL's shared_buffers parameter (currently 64) and/or
its max_connections parameter (currently 32).

The PostgreSQL Administrator's Guide contains more information about
shared memory configuration.

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2003-09-18 12:13:29 Re: The NT services Cygwin PostgreSQL installation
Previous Message Kevin Schroeder 2003-09-17 22:09:30 Re: Memory allocation for postmaster service...