shared memory

From: "Muhyiddin A(dot)M Hayat" <middink(at)indo(dot)net(dot)id>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: shared memory
Date: 2003-11-04 18:22:31
Message-ID: 002a01c3a300$eb6750d0$36179fca@middinkcomp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

What can I do to fix below errors?

IpcMemoryCreate: shmget(key=5432001, size=1499136, 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 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 Nupur Pande 2003-11-04 18:28:06 Re: postgres.h
Previous Message Jason Tishler 2003-11-04 16:26:28 Re: postgres.h