Changes between Version 83 and Version 84 of InstallationGuidelines/PostgreSQL


Ignore:
Timestamp:
02/19/18 09:18:23 (7 years ago)
Author:
Fran Boon
Comment:

max_connections -> 20

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/PostgreSQL

    v83 v84  
    8181
    8282# 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)
    8484# - NB Typically we want workers limited to nproc + 1 (Number of CPUs: nproc or lscpu)
    8585# If running out of connections for clients, adjust upward _or_ add a connection pooling layer like pgpool
    86 max_connections = 12
     86max_connections = 20
    8787
    8888# shared_buffers = 128MB