System ground down to a halt

Karl Auer kauer at biplane.com.au
Thu May 19 01:46:15 UTC 2016


On Wed, 2016-05-18 at 17:54 -0700, MR ZenWiz wrote:
> The system slowed down to a crawl and finally stopped dead.

Look at cpulimit. Use it to limit the CPU usage of a process to a set
amount. Excellent for use while transcoding.

   cpulimit -e avconv -l 50 > /dev/null 2>&1 &

or

   cpulimit -b -e avconv -l 50 > /dev/null 2>&1

Regards, K.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (kauer at biplane.com.au)
http://www.biplane.com.au/kauer
http://twitter.com/kauer389

GPG fingerprint: E00D 64ED 9C6A 8605 21E0 0ED0 EE64 2BEE CBCB C38B
Old fingerprint: 3C41 82BE A9E7 99A1 B931 5AE7 7638 0147 2C3C 2AC4







More information about the ubuntu-users mailing list