Re: work-mem

From: imad <immaad(at)gmail(dot)com>
To: "Campbell, Lance" <lance(at)uiuc(dot)edu>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: work-mem
Date: 2007-01-28 20:26:21
Message-ID: 1f30b80c0701281226k69f0d455qdd2a5b2dc85b80c5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

work-mem tells the size of physical memory only, virtual memory is
always there off course in case you run out of available memory.

I recommend you reading PostgreSQL internals for all this stuff:
http://www.postgresql.org/docs/8.0/static/internals.html

--Imad
www.EnterpriseDB.com

On 1/29/07, Campbell, Lance <lance(at)uiuc(dot)edu> wrote:
>
>
>
>
> I have been researching how to improve my overall performance of postgres.
> I am a little confused on the reasoning for how work-mem is used in the
> postgresql.conf file. The way I understand the documentation is you define
> with work-mem how much memory you want to allocate per search. Couldn't you
> run out of memory? This approach seems kind of odd to me. How do you tell
> the system not to allocate too much memory if you all of the sudden got hit
> with a heavier number of queries?
>
>
>
>
>
> Thanks,
>
>
>
> Lance Campbell
>
> Project Manager/Software Architect
>
> Web Services at Public Affairs
>
> University of Illinois
>
> 217.333.0382
>
> http://webservices.uiuc.edu
>
>

In response to

  • work-mem at 2007-01-28 20:21:39 from Campbell, Lance

Browse pgsql-performance by date

  From Date Subject
Next Message Bill Moran 2007-01-28 22:11:18 Re: work_mem
Previous Message Campbell, Lance 2007-01-28 20:21:39 work-mem