Files
oam/knowledge base/limit the cpu usage of a process.md
2023-07-09 18:00:36 +02:00

22 lines
387 B
Markdown

# Limit the CPU usage of a process
See [`cpulimit`][cpulimit]:
```sh
sudo cpulimit -p 'process-id' -l 'cpu-percentage'
```
## Sources
- [25 awesome linux command one-Liners]
<!--
References
-->
<!-- Knowledge base -->
[cpulimit]: cpulimit.md
<!-- Others -->
[25 awesome linux command one-liners]: https://betterprogramming.pub/25-awesome-linux-command-one-liners-9495f26f07fb