User Tools

Site Tools


wiki:flush_cache

This is an old revision of the document!


Flush Cache




Like any other operating system, GNU/Linux has implemented a memory management efficiently and even more than that. But if any process is eating away your memory and you want to clear it, Linux provides a way to flush or clear ram cache.

flush cached memory

  free && sync && echo 3 > /proc/sys/vm/drop_caches && free


I am not 100% sure when you would use this, or what observable issues would prompt the use of this, when I find out I will add them.

wiki/flush_cache.1480700212.txt.gz · Last modified: 2023/03/09 22:35 (external edit)