Difference between revisions of "Kernel drop caches"
Jump to navigation
Jump to search
↑ https://unix.stackexchange.com/questions/87908/how-do-you-empty-the-buffers-and-cache-on-a-linux-system
(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...") |
|||
Line 5: | Line 5: | ||
# Emptying the buffers cache: <code>free -h && [[sync]] && echo 3 > /proc/sys/vm/[[drop_caches]] && free -h</code><ref>https://unix.stackexchange.com/questions/87908/how-do-you-empty-the-buffers-and-cache-on-a-linux-system</ref> | # Emptying the buffers cache: <code>free -h && [[sync]] && echo 3 > /proc/sys/vm/[[drop_caches]] && free -h</code><ref>https://unix.stackexchange.com/questions/87908/how-do-you-empty-the-buffers-and-cache-on-a-linux-system</ref> | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * <code>[[sync]]</code> | ||
[[Category:Linux kernel]] | [[Category:Linux kernel]] |
Revision as of 07:32, 7 January 2020
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]
See also
Advertising: