mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-26 21:24:25 +00:00
14 lines
278 B
Markdown
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
|