[MXS-3605] Maximum number of threads is limited to 100 Created: 2021-06-10 Updated: 2022-03-30 Resolved: 2022-02-18 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.5.13 |
| Fix Version/s: | 22.08.0 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | markus makela | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | MXS-SPRINT-151 | ||||||||
| Description |
|
The number of routing threads in Maxscale is hard-coded to 100. This is starting to become something that could soon be exceeded on some of the larger machines that the cloud providers offer. For example the m5.24xlarge instance on AWS has 96 vCPUs and the new ARM instances (m6g.16xlarge) offer 64 cores. Since there's no real reason to limit the number of cores if the system does indeed have more than 100 threads, the limit should be at some point either removed or at least doubled. |