xref: /OK3568_Linux_fs/buildroot/package/vmtouch/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
11	  https://hoytech.com/vmtouch/
12