Home
>
Database > How to configure postgresql shared buffer size
How to configure postgresql shared buffer size
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%.
Mr. One Database
Recent Comments