Guidelines for PostgreSQL
Suggested Parameters
When running a PostgreSQL optimization, consider starting from these recommendations:
Parameter | Recommendation |
---|---|
| Keep its value under 1000 connections. |
| 75% of physical available memory to PostgreSQL. |
| 12% of physical available memory to PostgreSQL. |
| Max replicas you expect to have, doubled. |
| Number of cores divided by 2. |
| 25% of physical available memory to PostgreSQL. |
Last updated