Guest User

Untitled

a guest
Oct 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. cpulimit -p 7777 -l 5
  2.  
  3. cpulimit -e myprogram -l 5
  4.  
  5. cpulimit -P /path/to/myprogram -l 5
  6.  
  7. # lower priority of a process
  8. renice +1 "PID"
  9.  
  10. # start a CPU-intensive task with low priority
  11. nice ./cpu-hog
Add Comment
Please, Sign In to add comment