Ubuntu Limit Cpu On Running Process

[Solved] Ubuntu Limit Cpu On Running Process | Perl - Code Explorer | yomemimo.com
Question : ubuntu limit cpu on running process

Answered by : -1vajs8k9qntw

#limit process 8454 to only use 30% of cpu
sudo cpulimit -p 8454 --limit 30

Source : https://www.makeuseof.com/how-to-limit-cpu-usage-of-a-process-in-linux-with-cpulimit/ | Last Update : Thu, 19 May 22

Answers related to ubuntu limit cpu on running process

Code Explorer Popular Question For Perl