Zram: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 June 2024

  • curprev 21:4821:48, 13 June 2024T1t0 talk contribs 1,271 bytes −19 No edit summary
  • curprev 21:4721:47, 13 June 2024T1t0 talk contribs 1,290 bytes +1,290 Created page with "= Disable swap = * disable the current swap <pre> swapoff -a </pre> * disable the swap also after a reboot edit /etc/fstap and comment the relative lines = Install zram-tools = <pre> apt-get install zram-tools zramswap status </pre> = Tune your zram = * stop zram <pre> zramswap stop </pre> * edit zram config edit /etc/default/zramswap, I'm using those settings <pre> ALGO=lz4 PERCENT=25 PRIORITY=100 </pre> * start zram again <pre> zramswap start </pre> = Refer..."