首页 > 系统服务 > 详细

linux 释放cache 内存

时间:2015-03-03 18:51:52      阅读:268      评论:0      收藏:0      [点我收藏+]

释放内存前

# free -m
             total       used       free     shared    buffers     cached
Mem:          7831       7704        127          0        256       6813
-/+ buffers/cache:        634       7197
Swap:         7999          0       7999


sync && echo 1 > /proc/sys/vm/drop_caches
sync && echo 2 > /proc/sys/vm/drop_caches
sync && echo 3 > /proc/sys/vm/drop_caches




释放内存后

# free -m
             total       used       free     shared    buffers     cached
Mem:          7831        365       7466          0          0         18
-/+ buffers/cache:        346       7485
Swap:         7999          0       7999

本文出自 “lihongweibj” 博客,请务必保留此出处http://lihongweibj.blog.51cto.com/6235038/1616892

linux 释放cache 内存

原文:http://lihongweibj.blog.51cto.com/6235038/1616892

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!