By admin1180797
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=1I 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!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.