IDEMPIERE-1044 Load testing / set MaxPoolSize=90 by default to match the default postgresql max_connections=100

This commit is contained in:
Carlos Ruiz 2013-06-12 00:11:12 -05:00
parent ac241a5db2
commit 43d195b4ce
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ MaxIdleTime=1200
#UnreturnedConnectionTimeout=1800
#size
MaxPoolSize=150
# Verify that MaxPoolSize is lesser than max_connections defined on postgresql.conf
MaxPoolSize=90
InitialPoolSize=10
MinPoolSize=5