i'm working in Vps with this details 8 core Cpu and 32g RAM
Intel Xeon E5-1620v2
4c / 8t ( 3.7GHz )
32GB DDR3 ECC 1333MH
SoftRAID 2x2TB SATA
I'm connecting to the server with ssl domain
and I have multiple DB for Testing purposes so I'm don't using db_filter right now
all examples say that i should set workers = 17 and proxy_mode = True then calculate soft and hard limits
as below
[options]
; This is the password that allows database operations:
admin_passwd = [edited - did you really post a password]
xmlrpc_port = 8069
logfile = /var/log/odoo/odoo-server.log
;addons_path=/odoo/odoo-server/addons,/odoo/custom/addons
addons_path=/odoo/odoo-server/enterprise/addons,/odoo/custom/addons
xmlrpc_interface = 127.0.0.1
netrpc_interface = 127.0.0.1
limit_time_cpu = 1000000000
limit_time_real = 1000000000
limit_memory_hard = 13690208256
limit_memory_soft = 11408506880
proxy_mode = True
workers = 17
this make odoo too slowly
if I set workers = Zero connection closed and restored continually
so what is the best way to handel this