cpulimit icon indicating copy to clipboard operation
cpulimit copied to clipboard

CPU usage limiter for Linux

Results 82 cpulimit issues
Sort by recently updated
recently updated
newest added

I found two bugs and tried to fix them. Since the author does not maintain this project, if there is a problem, please add an issue in my project, I...

Good morning! Running $ cpulimit -l 240 python myscript.py on a quad-core debian with the master branch at this date After 20 minutes, I get: ``` cpulimit: process_group.c:203: update_process_group: Assertion...

On the Android platform, we will also encounter many operations that take up cpu resources. Can cpulimit support the Android platform?

Command: cpulimit -i -l 20 php test.php O.S: Ubuntu 12.04.5 LTS Error: cpulimit: process_group.c:175: update_process_group: Assertion `tmp_process.starttime == p->starttime' failed ¿Can i bring any other info to help get this...

It would be practical to set the CPU limit lower than 1.

Is there any way to forge CPU usage?I don't want people to see the real CPU load by command

This is the process I organized. I wonder why ALFA chooses 0.08 and MIN_DT 20? command: cpulimit -i -l=3 While (1) { / / find the process by pid Check...

command: ```sh ./cpulimit -h ``` ouput: ```man Usage: cpulimit [OPTIONS...] TARGET OPTIONS -l, --limit=N percentage of cpu allowed from 0 to 800 (required) -v, --verbose show control statistics -z, --lazy...