如下所示:
[root@oldboy ~]# free -m total used free shared buffers ached Mem: 981 834 146 0 7 181 -/+ buffers/cache: 646 335 Swap: 1023 51 972
答案:
[root@oldboy ~]# swapoff -a [root@oldboy ~]# swapon -a [root@oldboy ~]# free -m total used free shared buffers cached Mem: 981 884 97 0 7 182 -/+ buffers/cache: 694 286 Swap: 1023 0 1023
备注
今天是每日一题陪伴大家的第116天,期待你的进步。
对于题目和答案的任何疑问,请在博客评论区留言。
往期题目索引
http://lidao.blog.51cto.com/3388056/1914205
本文转自 李导 51CTO博客,原文链接:http://blog.51cto.com/lidao/1959492