Posts tagged as:

ubuntu linux cpulimit

How To Limit CPU Usage Per Process In Linux

by lifeLinux on September 13, 2011

To limit CPU usage per process in Linux, you can use cpulimit. It is a simple program which 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 does not act on the nice […]

{ 3 comments }