How to disable/turn-off "zram" - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: How to disable/turn-off "zram" (/showthread.php?tid=195) |
How to disable/turn-off "zram" - Wirezfree - 04-06-2014 Hi All, Hoping this is the right section for this.? I'm trying to find out how and where to disable "zram" I have the following in dmesg.log file Code: zram: module is from the staging directory, the quality is unknown, you have been warned. From what I have been able to deduce, it was included from 12.04LTS onwards. By default it allocates 50% of available ram to a Ram Swap device, here is what I have: Code: wirezfree@asus-lili:~$ sudo blkid Code: wirezfree@asus-lili:~$ cat /proc/swaps There is an additional configuration option available: Code: sudo apt-get install zram-config However it got a bug... https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/996535 and it fails, and produces this in dmesg.log Code: zram: module is from the staging directory, the quality is unknown, you have been warned. I have un-installed the "zram-config", and I'm back to the original situation To verify that it's not a "fixed" feature I checked on another Ubuntu based distro on my Laptop, Zorin. Code: wirezfree@zorin-hp:~$ sudo blkid Code: wirezfree@zorin-hp:~$ cat /proc/swaps There is no base "zram" devices enabled, and no "zram" entries showing in dmesg.log So how can I turn off the base "zram" configuration in LinuxLite..?? Many Thanks... David Re: How to disable/turn-off "zram" - stompy - 04-08-2017 to turn off or remove zram go to Light Tweaks. it's at the bottom. i turned mine off because it slowed my system to a crawl. |