Home > Database > How to configure postgresql shared buffer size

How to configure postgresql shared buffer size

August 2nd, 2011

Within file “postgresql.conf”, variable “shared_buffers” decides the size of shared buffer used by postgresql.

According to the document, this is typically set to 25% of the physical memory size, and usually no more than 40%.

Database

  1. No comments yet.
  1. No trackbacks yet.