tree: ae76fc0c83217fcd7ce203517a826808ae7132ac [path history] [tgz]
  1. pressure/
  2. userspace_swap/
  3. BUILD.gn
  4. DEPS
  5. kstaled.cc
  6. kstaled.h
  7. memory.cc
  8. memory.h
  9. memory_ablation_study.cc
  10. memory_ablation_study.h
  11. memory_ablation_study_unittest.cc
  12. OWNERS
  13. pagemap.cc
  14. pagemap.h
  15. pagemap_unittest.cc
  16. README.md
  17. swap_configuration.cc
  18. swap_configuration.h
chromeos/memory/README.md

kstaled is a replacement for kswapd on ChromeOS. It will result in more proactive swapping based on a configurable ratio. The default ratio is 4 and a ratio of 0 will disable the feature. For more information, see the ChromeOS kernel source include/linux/kstaled.h.