首页 > 代码库 > linux 内存释放 清理命令 --- 关闭MySQL后依然占用着大量内存
linux 内存释放 清理命令 --- 关闭MySQL后依然占用着大量内存
[root@localhost mysql]# free -m
total used free shared buffers cached
Mem: 1853 1585 267 0 50 1374
-/+ buffers/cache: 160 1692
Swap: 3967 0 3967
[root@localhost mysql]# echo 1 > /proc/sys/vm/drop_caches
[root@localhost mysql]# free -m
total used free shared buffers cached
Mem: 1853 119 1733 0 0 6
-/+ buffers/cache: 112 1740
Swap: 3967 0 3967
查看内存条数的命令:
[root@localhost mysql]# dmidecode | grep -A16 "Memory Device$"
linux 内存释放 清理命令 --- 关闭MySQL后依然占用着大量内存
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。