pgsql: Provide better guidance for adjusting shared_buffers.

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Provide better guidance for adjusting shared_buffers.
Date: 2010-04-18 23:59:55
Message-ID: 20100418235955.7FC517541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Provide better guidance for adjusting shared_buffers.

This change was previously committed to HEAD, but the consensus seems to be
in favor of back-patching it. I'm only backpatching as far as 8.3.X, however,
because it's not clear to me to what degree this advice applies to older
branches, and in any case our first advice to anyone attempting to tune those
versions is likely to be "upgrade".

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.220.2.3 -> r1.220.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.220.2.3&r2=1.220.2.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-04-19 00:00:22 pgsql: Provide better guidance for adjusting shared_buffers.
Previous Message Tom Lane 2010-04-18 19:16:06 pgsql: Fix bogus order of cleanup steps in plperl_inline_handler.