创建swap分区 fdisk /dev/vda 创建1G的空间 dd if=/dev/zero of=/root/swapfile bs=1M count=1024 mkswap /root/swapfile swapon /root/swapfile