Project

General

Profile

« Previous | Next » 

Revision 7182

Added by Chris Jones over 12 years ago

Change the database.maximumConnections property to 100. PostgreSQL's docs says it can handle "a few hundred", and would need to be increased from the default 100 max_connections. For DataONE optimization, we increase max_connections, however there are more processes making connections other than metacat, so I'll reduce metacat's default share.

View differences:

metacat.properties
77 77
database.upgradeUtility.2.0.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_0_0
78 78
database.initialConnections=5
79 79
database.incrementConnections=5
80
database.maximumConnections=200
80
database.maximumConnections=100
81 81
database.maximumConnectionAge=120000
82 82
database.maximumConnectionTime=60000
83 83
database.maximumUsageNumber=100

Also available in: Unified diff