Clear memory cache: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Clear memory cache = Can be done by the following: <pre> sync; echo 3 > /proc/sys/vm/drop_caches </pre>") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Linux]] |
|||
= Clear memory cache = |
= Clear memory cache = |
||
Latest revision as of 06:52, 23 August 2011
Clear memory cache
Can be done by the following:
sync; echo 3 > /proc/sys/vm/drop_caches