Skip to content

Reduce the workers to 8

Daniel Palomar requested to merge fix/workers-number into 14.0

We use a server with 4 CPUs, with the rule of workers per CPU that we can find in the Odoo docs we can have a max of 9 workers: #workers = (#CPUs * 2) + 1

Merge request reports

Loading