查看内存使用情况

1:$ free -m

2:运行sync将dirty的内容写回硬盘

  $sync

3:通过修改proc系统的drop_caches清理free的cache

  $echo 3 > /proc/sys/vm/drop_caches