kumquat-buildroot/package/cpulimit/Config.in
Florian Fainelli 9e8e80d1e3 package: Add cpulimit
Cpulimit is a tool which limits the CPU usage of a process (expressed in
percentage, not in CPU time). It is useful to control batch jobs, when
you don't want them to eat too many CPU cycles.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
[Peter: depend on BR2_USE_MMU, add pull request links to patches]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-05-05 22:43:13 +02:00

9 lines
234 B
Plaintext

config BR2_PACKAGE_CPULIMIT
bool "cpulimit"
depends on BR2_USE_MMU # fork()
help
Cpulimit is a tool which limits the CPU usage of a process
(expressed in percentage, not in CPU time)
https://github.com/opsengine/cpulimit