使用的背景
内存吃紧的时候可以考虑使用swap.
swap新增
swap 使用
创建分区
查看使用百分比
释放分区
--关闭swap 交换分区:
[root@dave ~]# swapoff /dev/sda2(swapfile的路径)
[root@dave ~]# swapon -s
Filename Type Size Used Priority
--查看swap的使用情况:
[root@dave ~]# free -m
total used free shared buffers cached
Mem: 1954 1939 15 0 21 1343
-/+ buffers/cache: 573 1381
Swap: 0 0 0
--启用swap分区:
[root@dave ~]# swapon /dev/sda2