cpulimit
cpulimit copied to clipboard
CPU usage limiter for Linux
cppcheck output: > [src/process_iterator_linux.c:41]: (error) Uninitialized variable: uptime Since the variable uptime is not initialized in line 26, there is a way to reach line 41 and use it's value...
is it a way to change the limit % on the fly? Lets say I need a process uses 90% of CPU in non-working hours, but 15% in working hours....
… fgets call. Add condition for 'fd' if null
Hi! This fixes a compilation warning I got trying to compile this with GCC: ``` cpulimit.c:46:18: warning: extra tokens at end of #ifdef directive ``` According to https://stackoverflow.com/questions/2998864/how-to-add-a-or-condition-in-ifdef, the proper...
when i want to start cpulimit i see this error message : #service cpulimit start cpulimit daemon can not be started how can i resolve this problem ?
@opsengine I'm currently looking for a version of cpulimit/limitcpu that supports "--include-children", built and ready to run in Ubuntu/debian. I've opened a wishlist/feature request here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843890
# cpulimit got segmentation fault on fgets call. ``` %----backtrace # Backtrace [New Thread 1321] [Thread debugging using libthread_db enabled] Core was generated by `/usr/bin/cpulimit -e gzip -l 50'. Program...
Hi! I'm trying to limit pesky Google Chrome to around 25% CPU since it has a tendency to grind my PC to a halt. I type 'cpulimit -e chrome -l...
I installed v0.2 with `brew` on OS X 10.8.5 and I could not get the `-e` option to work. I tried all the following ``` cpulimit -l 0 -v -z...
This is a simple change that allow cpulimit build on Android, using NDK. Unfortunately, it works only with API >=22 because older API do not implement bsd_signal symbol. It can...