Author: techfox9

Setting up swap space ..

Friday, October 17th, 2008 @ 3:53 pm

# dd if=/dev/zero of=/swapfile bs=1M count=128
# mkswap -L swapfile /swapfile
# swapon /swapfile
[...]
# swapoff /swapfile
# rm /swapfile

Linux


 


Comments are closed.