Re: Problems with memory

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "Pau Marc Munoz Torres" <paumarc(at)gmail(dot)com>
Cc: "pgsql general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problems with memory
Date: 2008-05-07 18:44:18
Message-ID: b42b73150805071144y11fc8600nde2fa33a753fa102@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, May 7, 2008 at 11:55 AM, Pau Marc Munoz Torres
<paumarc(at)gmail(dot)com> wrote:
> Hi
>
> I'm setting up a big database , and when i say big, i mean BIG, the problem
> with this is that some times, when a do a query the database run out of
> memory, so I really need to increase the amount of memory reserved to
> postgress almost 10x, could anyone tell me how can i do that? i mean, what
> configuration file and variables do i have to modify?

All available memory of the machine is automatically reserved for the
database by the operating system, more or less. At most you can
reserve memory for certain particular operations of the database at
the expense of others.

merlin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Smith 2008-05-07 20:02:57 Backup/Restore of single table in multi TB database
Previous Message Craig Ringer 2008-05-07 18:16:16 Re: Pl/;perl