[MCOL-692] About Performance Related Configuration Settings Created: 2017-04-28 Updated: 2017-04-28 Resolved: 2017-04-28 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Documentation |
| Affects Version/s: | 1.0.8 |
| Fix Version/s: | Icebox |
| Type: | Task | Priority: | Major |
| Reporter: | Seungmin Yang | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
RHEL 6.6 |
||
| Description |
|
Hi, I wonder if MariaDB ColumnStore can specify the percentage of CPU usage. As it has memory configuration parameters, like NumBlocksPct and TotalUmMemory, is there CPU configuration parameter? Or is there another ways to manage CPU usage? Thank you |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-04-28 ] |
|
No, this is not possible. At best you could limit the number of threads it uses but this isn't advisable. It is currently designed to consume as much CPU as is available. If you wanted to limit CPU you could use a VM or Docker if you are already inside a VM. |