Created
December 14, 2016 07:53
-
-
Save mjavadhpour/6a6579115cf21ccaa4cabfd04f258c8a to your computer and use it in GitHub Desktop.
Create swap file for linux ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dd if=/dev/zero of=/media/fasthdd/swapfile.img bs=1024 count=10M | |
| Mkswap ~/swapfile.img | |
| add swap line to ======> etc/fstab | |
| swapon ~/swapfile.img |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment