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:
IPATOV, DENIS (di0361) 2019-07-17 08:16:42 -07:00
parent b15899667f
commit e775181d55
1 changed files with 4 additions and 0 deletions

View File

@ -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: