1
2
3
4
dd if=/dev/zero of=/swapfile bs=1024 count=4096000
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile