Increase the maximum initdb-configured value for shared_buffers to 128MB.

Robert Haas <rhaas@postgresql.org>

Commit: f358428280953643313ee7756e0a8b8ccfde7660
Author: Robert Haas <rhaas@postgresql.org>
Date: 2012-07-04T19:55:21Z
Releases: 9.3.0
Increase the maximum initdb-configured value for shared_buffers to 128MB.

The old value of 32MB has been around for a very long time, and in the
meantime typical system memories have become vastly larger.  Also, now
that we no longer depend on being able to fit the entirety of our
shared memory segment into the system's limit on System V shared
memory, there's a much better chance of the higher limit actually
proving productive.

Per recent discussion on pgsql-hackers.

Files

PathChange+/−
src/bin/initdb/initdb.c modified +1 −1