[MXS-4349] The documentation of the behaviour of 'threads=auto' in containers is incorrect Created: 2022-10-13 Updated: 2022-10-13 Resolved: 2022-10-13 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Documentation |
| Affects Version/s: | 22.08 |
| Fix Version/s: | 22.08.2 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The documentation claims that threads=auto would cause MaxScale, when running in a container, to use the CPU resources available in the container when deciding how many routing threads to use. That is incorrect, MaxScale will always base that decision on the number of cores available on the computer in which the container is running. That may lead MaxScale to use more resources than what is available in the container. |