Skip to content

Instantly share code, notes, and snippets.

@stanwu
Created July 26, 2012 13:41
Show Gist options
  • Save stanwu/3182086 to your computer and use it in GitHub Desktop.
Save stanwu/3182086 to your computer and use it in GitHub Desktop.
make a swap file
#!/bin/bash
dd if=/dev/zero of=swap368.bin bs=1M count=128
mkswap swap368.bin
swapon swap368.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment