Clear memory cache: Difference between revisions

From Skytech
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 difference)

Revision as of 06:51, 23 August 2011

Clear memory cache

Can be done by the following:

sync; echo 3 > /proc/sys/vm/drop_caches