the truth is out there
# dd if=/dev/zero of=/swapfile bs=1M count=2049 # chown root:root /swapfile # chmod 0600 /swapfile # mkswap /swapfile # vi /etc/fstab /swapfile none swap sw 0 0 # swapoff -a # swapon -a