mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore: aligned docs to the template file for articles
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Limit the CPU usage of a process
|
||||
|
||||
## TL;DR
|
||||
See [`cpulimit`][cpulimit]:
|
||||
|
||||
```sh
|
||||
sudo cpulimit -p 'process-id' -l 'cpu-percentage'
|
||||
@@ -10,4 +10,12 @@ sudo cpulimit -p 'process-id' -l 'cpu-percentage'
|
||||
|
||||
- [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
|
||||
|
||||
Reference in New Issue
Block a user