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