opsengine / cpulimit

CPU usage limiter for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assertion `tmp_process.starttime == p->starttime' failed

tobeorla opened this issue · comments

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 fixed?

commented

$cpulimit -i -l 20 find /data/game/playback/ -mtime +3 -exec rm -f {} ;
cpulimit: process_group.c:175: update_process_group: Assertion `tmp_process.starttime == p->starttime' failed.
help

duplicate of #50