Re: Memory Settings....

From: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
To: "Peter Koczan" <pjkoczan(at)gmail(dot)com>
Cc: "Lee Keel" <lee(dot)keel(at)uai(dot)com>, <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Memory Settings....
Date: 2007-10-22 17:30:18
Message-ID: 471CDE2A.1040401@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Peter Koczan wrote:
> The
> basic rule of thumb for shared_buffers is 25%-50% of main memory,
> enough to use main memory but leaving some to allow work_mem to do its
> thing and allow any other programs to run smoothly. Tweak this as
> necessary.

Another rule of thumb is that on Windows you want only very little
shared_buffers, because of some performance issues with shared memory on
Windows.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Kevin Grittner 2007-10-22 17:34:06 Re: Memory Settings....
Previous Message Ben 2007-10-22 17:23:20 Re: Memory Settings....