Ubuntu Limit CPU при запуске процесса

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