Config.in 384 B

12345678910111213
  1. comment "cpulimit needs a toolchain w/ threads"
  2. depends on BR2_USE_MMU
  3. depends on !BR2_TOOLCHAIN_HAS_THREADS
  4. config BR2_PACKAGE_CPULIMIT
  5. bool "cpulimit"
  6. depends on BR2_USE_MMU # fork()
  7. depends on BR2_TOOLCHAIN_HAS_THREADS
  8. help
  9. Cpulimit is a tool which limits the CPU usage of a process
  10. (expressed in percentage, not in CPU time)
  11. https://github.com/opsengine/cpulimit