Comment 1 for bug 1707618

Revision history for this message
Hua Zhang (zhhuabj) wrote :

Paste this link [1] for your reference, it proposes to use the following formula:

- for controllers: min(max($::processorcount, 2), $workers_max)
- for computes (DVR): min($::processorcount / 8 + 1, $workers_max))

[1] https://bugs.launchpad.net/mos/+bug/1575724