Re: How much memory does postgresql require? - Mailing list pgsql-admin

From Jeremy Buchmann
Subject Re: How much memory does postgresql require?
Date
Msg-id 3CA8CE36.5020301@wellsgaming.com
Whole thread Raw
In response to How much memory does postgresql require?  ("Gill, Jeffrey L" <jeffrey.l.gill@intel.com>)
List pgsql-admin
Gill, Jeffrey L wrote:
> How much memory does postgresql itself require?  How is memory allocated?

Well, this is going to depend on what kind of queries you're doing, how much
data you need sift through, etc.  Databases of any useful size typically
suck a lot of memory.  I think the default shared memory size is 32MB.

> Is memory allocated when client connections are made to specific databases
> and is it released when the connection has ended?

When a connection is made, a process is created which uses memory.  When the
connection ends, the process ends and the memory is released.

> Is ps or top the best way to monitor memory usage?

Whatever you like better, they show the same thing.

> Are there any tuning recommendations for memory?

Yes.  In the manual.  On the website.

http://www.postgresql.org/   (and then choose a local mirror)

--Jeremy


pgsql-admin by date:

Previous
From: Jeremy Buchmann
Date:
Subject: Re: Is Posgresql and Interchange multithreaded?
Next
From: "Gill, Jeffrey L"
Date:
Subject: Re: [ic] Is Posgresql and Interchange multithreaded?