Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #create a swap image
- touch /var/swap.img
- chmod 600 /var/swap.img
- dd if=/dev/zero of=/var/swap.img bs=1024k count=1000 #1GB size
- mkswap /var/swap.img
- swapon /var/swap.img
- free
- echo "/var/swap.img none swap sw 0 0" >> /etc/fstab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement