Tag Archives: limit

Setup maximum cpu consumption by a process with cpulimit

Written by Mel Kham on . Posted in Linux tutorials

cpulimit is a simple program that attempts to limit the cpu usage of a process (expressed in percentage, not in cpu time). This is useful to control batch jobs, when you don’t want them to eat too much cpu. It … Continue reading