IDEMPIERE-1044 Load testing / set MaxPoolSize=90 by default to match the default postgresql max_connections=100
This commit is contained in:
parent
ac241a5db2
commit
43d195b4ce
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue