Config.in 406 B

1234567891011
  1. config BR2_PACKAGE_VMTOUCH
  2. bool "vmtouch"
  3. depends on BR2_USE_MMU # fork()
  4. help
  5. vmtouch is a tool for learning about and controlling
  6. the file system cache of unix and unix-like systems. It
  7. can discover which files the OS is caching, tell the OS
  8. to cache or evict some files or regions of files, lock
  9. files into memory so the OS won't evict them, and more.
  10. https://hoytech.com/vmtouch/