Skip to content

Instantly share code, notes, and snippets.

@ndeloof
Created October 8, 2015 08:29
Show Gist options
  • Save ndeloof/a237dee2027b8d45645b to your computer and use it in GitHub Desktop.
Save ndeloof/a237dee2027b8d45645b to your computer and use it in GitHub Desktop.
modprobe zram
echo $((1024*1024*1024)) > /sys/block/zram0/disksize
mkswap /dev/zram0
swapon -p 10 /dev/zram0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment