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

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。