Hi everyone,
I would like to ask a question.I tried to set workers.Basically I run odoo15 on docker in the cloud.
Spec Cloud
4 Core Ram8GB
I have tried several settings that use odoo formula for calculation. Initially, I have adjusted it to be like this.
workers = 7
limit_memory_hard = 640 *7 * 1024*1024 = 4697620480
limit_memory_soft = 768*7*1024*1024 = 5637144576
limit_request = 8192
limit_time_cpu = 60
limit_time_real = 120
max_cron_threads = 2
The problem encountered is that odoo can be run and works normally when testing, but if a user comes in to use it, the system cannot be used. Various resources are not called either. The logs are normal, which I cannot find an answer to. Has anyone ever encountered this kind of situation and is there any way to fix it?
Readers cannot guess what "cannot be used" and "various resources are not called" mean. Please share additional information to increase the chances people will be able to help.