Re: increasing shared buffers: how much should be removed from OS filesystem cache?

From: Guillaume Cottenceau <gc(at)mnc(dot)ch>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: increasing shared buffers: how much should be removed from OS filesystem cache?
Date: 2006-09-04 12:07:37
Message-ID: 87fyf7hm2e.fsf@meuh.mnc.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Dave Cramer <pg 'at' fastcrypt.com> writes:

> Guillaume
>
> 1G is really not a significant amount of memory these days,

Yeah though we have 2G or 4G of RAM in our servers (and not only
postgres running on it).

> That said 6-10% of available memory should be given to an 8.0 or
> older version of postgresql
>
> Newer versions work better around 25%
>
> I'm not sure what you mean by mechanically removed from effective_cache

I mean that when you allocate more memory to applications, the
consequence is less memory the OS will be able to use for disk
cache.

> effective cache is really a representation of shared buffers plus OS
> cache

Are you sure the shared buffers should be counted in? As I
understand the documentation, they should not (as shared buffers
is allocated memory for the OS, not part of "kernel's disk
cache"):

Sets the planner's assumption about the effective size of the
disk cache (that is, the portion of the kernel's disk cache
that will be used for PostgreSQL data files). This is
measured in disk pages, which are normally 8192 bytes each.
The default is 1000.

--
Guillaume Cottenceau
Create your personal SMS or WAP Service - visit http://mobilefriends.ch/

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Guillaume Cottenceau 2006-09-04 12:10:14 Re: increasing shared buffers: how much should be removed from OS filesystem cache?
Previous Message Magnus Hagander 2006-09-04 11:39:40 Re: Hanging queries on Windows 2003 SP1