0
点赞
收藏
分享

微信扫一扫

查看linux上的内存

思考的鸿毛 2023-04-14 阅读 64


[superuser@vm bin]$ free -h
             total       used       free     shared    buffers     cached
Mem:          3.7G       3.5G       213M       356K       268M       1.9G
-/+ buffers/cache:       1.4G       2.4G
Swap:           0B         0B         0B

其中第4行的2.4G表示可用的内存,其它程序也用,但是现在可能没有用到.


举报

相关推荐

0 条评论