Hi,
How can I enable zswap on a ubuntu 14.04 instance? I did some searching and did this:
GRUB_CMDLINE_LINUX_DEFAULT
to GRUB_CMDLINE_LINUX_DEFAULT="zswap.enabled=1
I then tried to verify the presence of zswap by running “dmesg | grep zcache” but I couldn’t find anything. How do I know if I actually configured it properly and if it’s running?
Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
GRUB_CMDLINE_LINUX_DEFAULT=“zswap.enabled=1” is not where you enable it. You need to enable it here… GRUB_CMDLINE_LINUX=“zswap.enabled=1” Then run sudo update-grub and then reboot.
After modifying the grub files in /etc, you must run: