# 扩展swap空间

swapon -s # free -h
dd if=/dev/zero of=swapfile bs=1M count=5120
chmod 600 swapfile
mkswap swapfile
swapon swapfile