Skip to content

Instantly share code, notes, and snippets.

@cmpscabral
Created March 20, 2019 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmpscabral/e26882885f86314b81113aaf0d783c10 to your computer and use it in GitHub Desktop.
Save cmpscabral/e26882885f86314b81113aaf0d783c10 to your computer and use it in GitHub Desktop.
swap file memory
mkdir -p swap1
cd swap1
dd if=/dev/zero of=swapfile bs=1M count=2000
mkswap swapfile
swapon swapfile
chmod 600 swapfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment