Limit the CPU usage of process

you can limit cpulimit for an application using pid or process name .

for example:

to restrict cpu limit for VLC media player to go beyond 20% of CPU , type

bash# cpulimit -e vlc 1-20

No comments: