Config.in 348 B

12345678910
  1. config BR2_PACKAGE_NUMACTL
  2. bool "numactl"
  3. depends on BR2_USE_MMU # madvise()
  4. depends on BR2_TOOLCHAIN_HAS_ATOMIC
  5. help
  6. numactl allows you to run your application on specific cpus
  7. and memory nodes. It does this by supplying a NUMA memory
  8. policy to the operating system before running your program.
  9. https://github.com/numactl/numactl