tree: e8f2d23081c5e68887b5136ede59772fa4983c4d [path history] [tgz]
  1. userspace_swap/
  2. BUILD.gn
  3. DEPS
  4. kstaled.cc
  5. kstaled.h
  6. memory.cc
  7. memory.h
  8. OWNERS
  9. pagemap.cc
  10. pagemap.h
  11. pagemap_unittest.cc
  12. README.md
  13. swap_configuration.cc
  14. 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.