cpulimit: cpulimit 0.2 (Limit CPU usage of a process)
cpulimit: 
cpulimit: Cpulimit is a tool which limits the CPU usage of a process (expressed 
cpulimit: in percentage). The goal is to prevent a process from running for 
cpulimit: more than a specified time ratio. It also helps to reduce CPU 
cpulimit: overheating. Control is done sending SIGSTOP and SIGCONT POSIX 
cpulimit: signals to processes. All the children processes and threads of the 
cpulimit: specified process will share the same percentage of CPU.
cpulimit: 
cpulimit: https://github.com/opsengine/cpulimit
cpulimit: 

