
cpulimit
List of commands for cpulimit:
-
cpulimit:ai:b52f6 How to limit cpu power$ cpulimit --limit ${percentage} -- ${command}try on your machineexplain this command
-
cpulimit:tldr:1af92 cpulimit: Limit an existing process with PID 1234 to only use 25% of the CPU.$ cpulimit --pid ${1234} --limit ${25%}try on your machineexplain this command
-
cpulimit:tldr:cb24b cpulimit: Limit an existing program by its executable name.$ cpulimit --exe ${program} --limit ${25}try on your machineexplain this command