首页 > 代码库 > 在线清理内存
在线清理内存
清理前:
[root@ap1 ~]# free -m
total used free shared buffers cached
Mem: 7972 7722 249 0 256 2597
-/+ buffers/cache: 4868 3104
Swap: 8189 1 8188
清理后:
[root@apr1 ~]# sync
[root@ap1 ~]# echo 1 > /proc/sys/vm/drop_caches
[root@ap1 ~]# echo 2 > /proc/sys/vm/drop_caches
[root@ap1 ~]# echo 3 > /proc/sys/vm/drop_caches
[root@ap1 ~]# free -m
total used free shared buffers cached
Mem: 7972 4651 3321 0 0 35
-/+ buffers/cache: 4615 3357
Swap: 8189 1 8188
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。