/fforget-bin

Simple command line utility to hint Linux to remove specific files from the page cache.

Primary LanguageRust

fforget-bin

Simple command line utility that attempts to hint Linux to remove the files at the provided paths from the page cache, and then (optionally, but enabled by default) checks if they still reside in memory (only performing the check is also possible).

Check the built-in --help menu for more information.

Install

Using cargo (from GitHub):

$ cargo install --git https://github.com/ckatsak/fforget-bin