Skip to content

Instantly share code, notes, and snippets.

@graudeejs
Created October 2, 2011 17:05
Show Gist options
  • Save graudeejs/1257645 to your computer and use it in GitHub Desktop.
Save graudeejs/1257645 to your computer and use it in GitHub Desktop.
Create Swap on ZFS
zfs create -V 2G zroot/swap
zfs set org.freebsd:swap=on zroot/swap
zfs set checksum=off zroot/swap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment