swap命令

[root@liutao ~]# swapon -a   #开启swap
swapon: /swap: insecure permissions 0644, 0600 suggested.
[root@liutao ~]# free -m
              total        used        free      shared  buff/cache   available
Mem:           1838         550         831           0         456        1124
Swap:          1023           0        1023
[root@liutao ~]# swapoff -a   #关闭swap
[root@liutao ~]# free -m
              total        used        free      shared  buff/cache   available
Mem:           1838         549         832           0         456        1124
Swap:             0           0           0

 

上一篇:2021-09-13


下一篇:【C++系列】总结了C++Primer 容器 所有知识点