Added command examples from external blogs

This commit is contained in:
Michele Cereda
2023-02-07 16:04:57 +01:00
parent 6151dde1d0
commit f4455f598f
10 changed files with 145 additions and 47 deletions

View File

@@ -0,0 +1,13 @@
# 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