pgsql: Increase amount of shared buffers initdb tries to allocate to

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Increase amount of shared buffers initdb tries to allocate to
Date: 2005-12-27 23:54:01
Message-ID: 20051227235401.84C769DC9E6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

Increase amount of shared buffers initdb tries to allocate to 4000,
and add logic to try max_fsm_pages up to 200000, plus accompanying minor
docs changes.

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.40 -> r1.41)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.40&r2=1.41)
pgsql/src/bin/initdb:
initdb.c (r1.101 -> r1.102)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.101&r2=1.102)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-12-28 01:30:02 pgsql: Implement SQL-compliant treatment of row comparisons for < <= >
Previous Message James William Pye 2005-12-27 19:45:34 python - be: Add path accessors.