Skip to content

Instantly share code, notes, and snippets.

@aburaihan-dev
Created November 17, 2024 15:42
Show Gist options
  • Select an option

  • Save aburaihan-dev/cfe3d4f0835e85ab71f0be9fad103425 to your computer and use it in GitHub Desktop.

Select an option

Save aburaihan-dev/cfe3d4f0835e85ab71f0be9fad103425 to your computer and use it in GitHub Desktop.
Install:
https://kienngd.github.io/how-to-use-zram-on-ubuntu-2404/
FixUp:
https://manpages.ubuntu.com/manpages/xenial/man8/zramctl.8.html
https://askubuntu.com/questions/730749/how-to-change-zram-size
Commands:
# swapoff /dev/zram0
# zramctl --reset /dev/zram0
# zramctl --find --size 1024M
/dev/zram0
# mkswap /dev/zram0
# swapon /dev/zram0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment