tree: 73cb900f1ddd42877be1a7c0a59541b409209485 [path history] [tgz]
  1. pressure/
  2. userspace_swap/
  3. aligned_memory.h
  4. BUILD.gn
  5. DEPS
  6. kstaled.cc
  7. kstaled.h
  8. memory.cc
  9. memory.h
  10. memory_ablation_study.cc
  11. memory_ablation_study.h
  12. memory_ablation_study_unittest.cc
  13. OWNERS
  14. pagemap.cc
  15. pagemap.h
  16. pagemap_unittest.cc
  17. README.md
  18. swap_configuration.cc
  19. 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.