cachedel
bypass/minimize file system caching for a program
Install
- All systems
-
curl cmd.cat/cachedel.sh
- Debian
-
apt-get install nocache
- Ubuntu
-
apt-get install nocache
- Kali Linux
-
apt-get install nocache
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nocache
- Raspbian
-
apt-get install nocache
- Dockerfile
- dockerfile.run/cachedel
nocache
bypass/minimize file system caching for a program
`nocache` tries to minimize the effect an application has on the Linux file system cache. Use case: backup processes that should not interfere with the present state of the cache. Also this package provides the following utilities: * `cachedel` : clear page cache for a file. * `cachestats` : print number of cached vs. not-cached pages for a file