How to control the CPU usage.


Hi

How to control the CPU usage of particular process in linux.
You can change the priority, but that doesn't change CPU usage as such.
http://www.manpagez.com/man/1/nice/
http://www.manpagez.com/man/3/nice/
You can look at setrlimit() under RLIMIT_CPU. It's probably not exactly what you want,
but I thought I'd mention it anyway.
Topic archived. No new replies allowed.