1
dd if=/dev/zero of=/swapfile bs=1M count=2048
mkswap /swapfile
swapon /swapfile
使用free -h 命令可以查看到我们已经挂载成功
free -h
1234
$ free -h total used free shared buff/cache availableMem: 821Mi 463Mi 63Mi 8.0Mi 293Mi 221MiSwap: 2.0Gi 809Mi 1.2Gi