Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

odoo seems not to close database connections

by
redCOR AG, Robert Rottermann
- 14/11/2017 14:35:02
Hi there

I am running sever odoo in docker instances

all of them linked to the same container running the database.

Now when I wanted to added an otter site in a container linked against 
the same postgres server, I get an error saying that there are to many 
connections open.

Checking the database running a query like

select count(pid) from pg_stat_activity;
  count
-------
    100
(1 row)

all of them are idle, but it looks that I can not open any more.


what can I do (next to raise the number of connections?)

thanks for your input

robert

Follow-Ups