Changes between Version 83 and Version 84 of InstallationGuidelines/PostgreSQL
- Timestamp:
- 02/19/18 09:18:23 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/PostgreSQL
v83 v84 81 81 82 82 # max_connections = 100 83 # This default is high for typical Sahana deployments with 4 UWSGI workers for each of production, test and demo 83 # This default is high for typical Sahana deployments with 4 UWSGI workers for each of production, test and demo (+ mules + superuser reserved connections) 84 84 # - NB Typically we want workers limited to nproc + 1 (Number of CPUs: nproc or lscpu) 85 85 # If running out of connections for clients, adjust upward _or_ add a connection pooling layer like pgpool 86 max_connections = 1286 max_connections = 20 87 87 88 88 # shared_buffers = 128MB