9e8e80d1e3
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>
9 lines
234 B
Plaintext
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
|