sysfs-kernel-mm-numa 1.0 KB

123456789101112131415161718192021222324
  1. What: /sys/kernel/mm/numa/
  2. Date: June 2021
  3. Contact: Linux memory management mailing list <[email protected]>
  4. Description: Interface for NUMA
  5. What: /sys/kernel/mm/numa/demotion_enabled
  6. Date: June 2021
  7. Contact: Linux memory management mailing list <[email protected]>
  8. Description: Enable/disable demoting pages during reclaim
  9. Page migration during reclaim is intended for systems
  10. with tiered memory configurations. These systems have
  11. multiple types of memory with varied performance
  12. characteristics instead of plain NUMA systems where
  13. the same kind of memory is found at varied distances.
  14. Allowing page migration during reclaim enables these
  15. systems to migrate pages from fast tiers to slow tiers
  16. when the fast tier is under pressure. This migration
  17. is performed before swap. It may move data to a NUMA
  18. node that does not fall into the cpuset of the
  19. allocating process which might be construed to violate
  20. the guarantees of cpusets. This should not be enabled
  21. on systems which need strict cpuset location
  22. guarantees.