文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>释放服务器内存

释放服务器内存

时间:2010-09-28  来源:bingqihan

查看内存使用率 :

free -m
total used free shared buffers cached
Mem: 12004 11964 40 0 167 9746
-/+ buffers/cache: 2049 9955
Swap: 14015 0 14015


 

root@localhost nginx_logs]# sync;sync;sync

[root@localhost nginx_logs]# free -m

total used free shared buffers cached
Mem: 12004 11964 40 0 167 9747
-/+ buffers/cache: 2048 9955
Swap: 14015 0 14015
[root@localhost nginx_logs]# echo 1 > /proc/sys/vm/drop_caches

[root@localhost nginx_logs]# free -m

total used free shared buffers cached
Mem: 12004 1785 10218 0 1 26
-/+ buffers/cache: 1757 10246
Swap: 14015 0 14015

合成一句话:

sync;sync;sync;echo 1 > /proc/sys/vm/drop_caches;swapoff -a;swapon -a;free -m


相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载