[Linux][CentOS] How to purge cached memory
프로그래밍/Linux - Common or Etc2012. 4. 20. 23:03
반응형
Cached memory purge
@ Check memory status with top command
> top
@ purge cached memory
> sync
> echo 3 > /proc/sys/vm/drop_caches
반응형