Re: Postgres not using shared memory - Mailing list pgsql-general

From Doug McNaught
Subject Re: Postgres not using shared memory
Date
Msg-id 878y85zvqn.fsf@asmodeus.mcnaught.org
Whole thread Raw
In response to Postgres not using shared memory  ("Karl O. Pinc" <kop@meme.com>)
Responses Re: Postgres not using shared memory  ("Karl O. Pinc" <kop@meme.com>)
List pgsql-general
"Karl O. Pinc" <kop@meme.com> writes:

> Hi,
>
> I can't seem to get postgresql to use shared memory and performance is
> terrrible.

1) Linux doesn't track shared pages (which is not the same as shared
   memory) anymore--the field the in 'free' output is just there to
   avoid breaking software.  Use the 'ipcs' command to list shared
   memory segments--you'll find Postgres is using what you told it to
   (otherwise it woudn't start up at all).
2) The -performance list is a good place to find out why queries are
   running slowly.

-Doug

pgsql-general by date:

Previous
From: Lincoln Yeoh
Date:
Subject: Re: Performance tuning on RedHat Enterprise Linux 3
Next
From: John Allgood
Date:
Subject: Postgres 7.4.6 x86_64 RPMS