Difference between revisions of "Kernel drop caches"

From wikieduonline
Jump to navigation Jump to search
(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

Advertising: