User Tools

Site Tools


wiki:flush_cache

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.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1