Re: postgres memory management issues?

From: Michael Stone <mstone+postgres(at)mathom(dot)us>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: postgres memory management issues?
Date: 2007-09-07 10:11:21
Message-ID: 20070907101120.GF1795@mathom.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Heikki Linnakangas 2007-09-07 10:12:06 Re: DRBD and Postgres: how to improve the perfomance?
Previous Message Michael Stone 2007-09-07 10:04:49 Re: SAN vs Internal Disks