Re: Postgres is eating up all my memory - Mailing list pgsql-admin

From Tom Lane
Subject Re: Postgres is eating up all my memory
Date
Msg-id 8312.1250258364@sss.pgh.pa.us
Whole thread Raw
In response to Re: Postgres is eating up all my memory  (Peter Steinheuser <psteinheuser@myyearbook.com>)
List pgsql-admin
Peter Steinheuser <psteinheuser@myyearbook.com> writes:
> Parameters like shared_buffers, work_mem are the ones you'll probably need
> to adjust.

> Work_mem is per user, and can actually be multiples per user, depending on
> what you're doing.

temp_buffers is per-process too --- if there's heavy use of temp tables
in this application, that could be the problem.

            regards, tom lane

pgsql-admin by date:

Previous
From: Peter Steinheuser
Date:
Subject: Re: Postgres is eating up all my memory
Next
From: OldManRiver
Date:
Subject: Just Forgot