The default values for shared_buffers and max_connections are now 1000

Tom Lane <tgl@sss.pgh.pa.us>

Commit: de98a7e23a193a9c9a6505540ad03c5b4a57f345
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-07-14T20:00:23Z
Releases: 7.4.1
The default values for shared_buffers and max_connections are now 1000
and 100 respectively, if the platform will allow it.  initdb selects
values that are not too large to allow the postmaster to start, and
places these values in the installed postgresql.conf file.  This allows
us to continue to start up out-of-the-box on platforms with small SHMMAX,
while having somewhat-realistic default settings on platforms with
reasonable SHMMAX.  Per recent pghackers discussion.

Files