You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dockerized services limit the amount of CPU cores that can be used and, the service itself does not report correctly how many you can use from the actual total amount.
Global config file has the property parallel as a boolean. It could be just a number, the number of cores that are gonna be used, being 0 as parallelism deactivated. Or just some other way that allows us to set manually the amount of cores.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
What problem does this feature solve?
Dockerized services limit the amount of CPU cores that can be used and, the service itself does not report correctly how many you can use from the actual total amount.
Example: #2208
What does the proposed API look like?
Global config file has the property
parallel
as a boolean. It could be just a number, the number of cores that are gonna be used, being 0 as parallelism deactivated. Or just some other way that allows us to set manually the amount of cores.The text was updated successfully, but these errors were encountered: