Re: Shared memory segment error

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Alexander Cohen <alex(at)toomuchspace(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Shared memory segment error
Date: 2004-05-11 22:47:23
Message-ID: 40A157FB.6070302@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

Which OS are you running? If you are running Linux (RH or SuSE) you can
just increase the setting per the sysctl.conf

kernel.shmmax = 65536 (64 megs or whatever you wish).

Sincerely,

Joshua D. Drake

Alexander Cohen wrote:

> Hi, sometimes ill get this error:
>
> FATAL: could not create shared memory segment: Cannot allocate memory
> DETAIL: Failed system call was shmget(key=2, size=4153344, 03600).
> 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 4153344 bytes), reduce PostgreSQL's
> shared_buffers parameter (currently 400) and/or its max_connections
> parameter (currently 20).
> The PostgreSQL documentation contains more information about
> shared memory configuration.
>
> I was what exactly this shared memory space is used for and what size
> is good to set it to. I need to be able to start up many backends
> (postgres) without using the postmaster.
>
> thanks!
>

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
PostgreSQL Replicator -- production quality replication for PostgreSQL

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Edmund Dengler 2004-05-11 22:57:43 Type conversions and nulls
Previous Message Thomas LeBlanc 2004-05-11 22:36:16 Updating a ADO RecordSet with INNER JOIN...