This question has been flagged
1 Reply
4942 Views

My odoo 10 server is crashing. I'm getting PoolError: The Connection Pool Is Full. I increased the postgresql max_connections from 100 to 1000 and I'm still getting crashes.

I'm using the server to sync inventory over xml2rpc calls from registers. The server has 40+ odoo databases. 

The server has 2 cpu cores, 4GB RAM and 4GB swap, is this too little? How can I fix odoo from crashing?

Avatar
Discard
Best Answer

This is very low configuration against 40 dbs. You should increase the Cores and RAM. Also you should use workers if you are not using them.

Sudhir Arya
ERP Harbor Consulting Services
Skype:sudhir@erpharbor.com
Website: http://www.erpharbor.com
Avatar
Discard
Author

I've read about workers, do I just add them in the configuration? I've read that their number should be set to 1+ number of cpu cores?

Author

thanks... I added 2 more cpus and set 3 workers and 1 max cron thread in the config. Now it's working and working faster.

Superb. You that what you had to do. Now enjoy Odoo :)