sysfs-kernel-mm-swap 640 B

12345678910111213141516
  1. What: /sys/kernel/mm/swap/
  2. Date: August 2017
  3. Contact: Linux memory management mailing list <[email protected]>
  4. Description: Interface for swapping
  5. What: /sys/kernel/mm/swap/vma_ra_enabled
  6. Date: August 2017
  7. Contact: Linux memory management mailing list <[email protected]>
  8. Description: Enable/disable VMA based swap readahead.
  9. If set to true, the VMA based swap readahead algorithm
  10. will be used for swappable anonymous pages mapped in a
  11. VMA, and the global swap readahead algorithm will be
  12. still used for tmpfs etc. other users. If set to
  13. false, the global swap readahead algorithm will be
  14. used for all swappable pages.