sudo dd if=/dev/zero of=/mnt/512Mb.swap bs=1M count=512More information:
sudo mkswap /mnt/512Mb.swap
sudo swapon /mnt/512Mb.swap
sudo emacs /etc/fstab
-> /mnt/512Mb.swap none swap sw 0 0
To see if the swap is alive: cat /proc/meminfo
https://help.ubuntu.com/community/SwapFaq
No comments
Post a Comment