I'm running JVM instances on a CentOS 6.3 x64 machine. Sometimes the CPU usage of one goes rampant and I/O blocks the entire machine.
How can I limit the usage of all Java processes to a single core? Or two cores? Or as specified?
I've tried cpulimit, which has failed to work for multiple cores, as well as multiple processes with the same name.
Is there a simple way to limit the CPU usage of all processes of a specified name?