I have deployed Odoo enterprise 13 on Ubuntu 18. I keep on getting this error message constantly. My server specs are - 4 CPUs, 4 GB RAM, 32 GB hard, using NGINX with SSL, Postgresql - 10.5.
I have tried all these options below.
1. Added these in Odoo config file
limit_memory_hard = 2684354560limit_memory_soft = 2147483648
limit_request = 8192
limit_time_cpu = 600
limit_time_real = 1200
max_cron_threads = 1
workers = 5
2. Added these into odoo config file.
proxy_mode = True
workers = 3
limit_time_cpu = 3600
limit_time_real = 3600
3. NGINX config file
proxy_read_timeout 300000s;
proxy_connect_timeout 900s;
proxy_send_timeout 900s;
I'm still facing the same issue. Can anybody help on this?
Hi, were you able to solve this? Kindly share the fix I have the same issue