Re: postgres memory management issues? - Mailing list pgsql-performance

From Michael Stone
Subject Re: postgres memory management issues?
Date
Msg-id 20070907101120.GF1795@mathom.us
Whole thread Raw
In response to postgres memory management issues?  (Richard Yen <dba@richyen.com>)
List pgsql-performance
On Thu, Sep 06, 2007 at 09:06:53AM -0700, Richard Yen wrote:
>My understanding is that if any one postgres process's memory usage,
>plus the shared memory, exceeds the kernel limit of 4GB,

On a 32 bit system the per-process memory limit is a lot lower than 4G.
If you want to use 16G effectively it's going to be a lot easier to
simply use a 64bit system. That said, it's more likely that you've got a
number of processes using an aggregate of more than 16G than that you're
exceeding the limit per process. (Hitting the per-process limit should
result in a memory allocation failure rather than an out of memory
condition.)

Mike Stone

pgsql-performance by date:

Previous
From: Michael Stone
Date:
Subject: Re: SAN vs Internal Disks
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: DRBD and Postgres: how to improve the perfomance?