Hello Experts
I know there are many threads for Worker configuration, and I also use it for standard odoo servers, and it works well. But now, I have a server with quite good performance and struggling with the configuration for Workers. With the setup below, the odoo service is unstable, results in loosing connection all the times. Maybe one of your experts find a issue in my configuration:
my configuration:
proxy_mode = True
limit_memory_hard = 39460012032
limit_memory_soft = 32883343360
limit_request = 8192
limit_time_cpu = 600
limit_time_real = 1200
max_cron_threads = 2
workers = 49
Server Details:
RAM: 120 GByte
Cores: 24
Nginx Proxy is configured
24x2+1= 49 Workers
calculation limit-memory-soft: 640x49=31360 = 31360x1024x12024=32883343360
calculation limit-memory-hard: 768x49=37632 = 37632x1024x1024= 39460012032
limit-memory-soft: 32883343360
limit-memory-hard: 39460012032
Postgres: max_connection: 300