Created
November 17, 2024 15:42
-
-
Save aburaihan-dev/cfe3d4f0835e85ab71f0be9fad103425 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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