Kernel drop caches
Revision as of 07:31, 7 January 2020 by Welcome (talk | contribs) (Created page with " https://www.kernel.org/doc/Documentation/sysctl/vm.txt # Emptying the buffers cache: <code>free -h && sync && echo 3 > /proc/sys/vm/drop_caches && free -h</code><re...")
https://www.kernel.org/doc/Documentation/sysctl/vm.txt
- Emptying the buffers cache:
free -h && sync && echo 3 > /proc/sys/vm/drop_caches && free -h
[1] - ↑ https://unix.stackexchange.com/questions/87908/how-do-you-empty-the-buffers-and-cache-on-a-linux-system
Advertising: