Files
oam/knowledge base/limit the cpu usage of a process.md
2023-02-07 16:04:57 +01:00

14 lines
278 B
Markdown

# Limit the CPU usage of a process
## TL;DR
```sh
sudo cpulimit -p 'process-id' -l 'cpu-percentage'
```
## Sources
- [25 awesome linux command one-Liners]
[25 awesome linux command one-liners]: https://betterprogramming.pub/25-awesome-linux-command-one-liners-9495f26f07fb