logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

VMtouch - Manage Filesystem Cache | Online Free DevTools by Hexmos

Manage filesystem cache with Vmtouch. Evict, load, or lock files into memory, optimizing performance and controlling memory usage. Free online tool, no registration required.

vmtouch

Manage the filesystem cache. More information: https://manned.org/vmtouch.

  • Print the cache status of a file:

vmtouch {{path/to/file}}

  • Load a file into cache:

vmtouch -t {{path/to/file}}

  • Evict a file from cache:

vmtouch -e {{path/to/file}}

  • Lock a file in cache to prevent eviction from memory:

vmtouch -l {{path/to/file}}

  • Lock a file and daemonize the program:

vmtouch -ld {{path/to/file}}

See Also