wangbo opened a new pull request, #26174:
URL: https://github.com/apache/doris/pull/26174
## Proposed changes
Add % suffix for cpu_hard_limit.
```
create workload group if not exists test1
properties (
"cpu_share"="10",
"memory_limit"="1%",
"enable_memory_overcommit"="true",
"cpu_hard_limit"="1%"
);
| 10085 | test1 | enable_memory_overcommit | true |
| 10085 | test1 | cpu_hard_limit | 1% |
| 10085 | test1 | max_concurrency | 2147483647 |
| 10085 | test1 | queue_timeout | 0 |
| 10085 | test1 | max_queue_size | 0 |
| 10085 | test1 | memory_limit | 1% |
| 10085 | test1 | cpu_share | 10 |
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]