Without using a hypervisor, can a process be CPU throttled?

Posted by warren on Server Fault See other posts from Server Fault or by warren
Published on 2010-05-04T19:06:57Z Indexed on 2010/05/04 19:09 UTC
Read the original article Hit count: 294

Filed under:
|
|
|

Using nice merely gives a "guideline" to the OS, not a hard requirement of priority (ie, if nothing else is begging for attention a nice level of 19 will utilize the full CPU).

Is there a way to absolutely cap a process to, say, no more than 10% of the CPU?

© Server Fault or respective owner

Related posts about processes

Related posts about linux