در حال بارگذاری ویدیو ...

How to limit CPU usage of a process in Linux

sara
sara

How to limit CPU usage of a process in Linux using cpulimit.
Commands:
sudo apt-get install cpulimit
cpulimit -f -l 30 -- ffmpeg -i sample.webm sample.mkv -y
htop
man cpulimit

نظرات

نماد کانال
نظری برای نمایش وجود ندارد.

توضیحات

How to limit CPU usage of a process in Linux

۰ لایک
۰ نظر

How to limit CPU usage of a process in Linux using cpulimit.
Commands:
sudo apt-get install cpulimit
cpulimit -f -l 30 -- ffmpeg -i sample.webm sample.mkv -y
htop
man cpulimit