increase database max_pool_size from default
TimeoutError QueuePool limit of size 10 overflow 20 reached error. This issue is resolved by increasing the max_pool_size and max_overflow settings to the database to increase the number of connections to keep open in a pool and the max_overflow value for SQLAlchemy. Change-Id: I769a446d5947de07dcc4bf3f339831bf6b45326a
This commit is contained in:
parent
b15899667f
commit
e775181d55
@ -354,6 +354,10 @@ data:
|
||||
libvirt:
|
||||
cpu_mode: 'host-passthrough'
|
||||
virt_type: kvm
|
||||
database:
|
||||
max_pool_size: 30
|
||||
max_retries: -1
|
||||
max_overflow: 60
|
||||
logging:
|
||||
loggers:
|
||||
keys:
|
||||
|
Loading…
Reference in New Issue
Block a user