]> granicus.if.org Git - postgresql/commit
Increase the maximum initdb-configured value for shared_buffers to 128MB.
authorRobert Haas <rhaas@postgresql.org>
Wed, 4 Jul 2012 19:52:35 +0000 (15:52 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 4 Jul 2012 19:55:21 +0000 (15:55 -0400)
commitf358428280953643313ee7756e0a8b8ccfde7660
treee251a112387da92cdbee9455215e4c226357a471
parent17676c785a95b2598c5735c0025f7dc7727a96bc
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.
src/bin/initdb/initdb.c