mkswap /dev/sda2
[root@localhost ~]# swapon /dev/sda2 -a
[root@localhost ~]# free -m
total used free shared buff/cache available
Mem: 96271 793 95198 9 279 94951
Swap: 8191 0 8191ide
寫入開機自啓動
[root@localhost ~]# tail -1 /etc/fstab
/dev/sda2 swap swap defaults 0 0
[root@localhost ~]# it