Re: Problems with memory

From: Richard Huxton <dev(at)archonet(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 16:09:20
Message-ID: 4821D430.2020006@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Pau Marc Munoz Torres wrote:
> Hi
>
> I'm setting up a big database , and when i say big, i mean BIG,

I have to say, I've seen more accurate stats given. How many Terabytes
are we talking about?

> the problem
> with this is that some times, when a do a query the database run out of
> memory,

What precisely do you mean by "run out of memory" - is this work-mem or
shared-mem? How do you know this is what's happening?

> 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?

What memory are you trying to reserve for PostgreSQL? Is it shared-mem
you're talking about? If you let us know where you found the manuals
confusing, we can try to improve them.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message George R. C. Silva 2008-05-07 18:03:01 Pl/;perl
Previous Message Pau Marc Munoz Torres 2008-05-07 15:55:08 Problems with memory