码迷,mamicode.com
首页 > 系统相关 > 详细

linux 释放cache 内存

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

标签:linux 释放cache 内存

释放内存前

# 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 内存

标签:linux 释放cache 内存

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!