Hello, I came across zram recently and I’d like to know if I should use it, my laptop only has ~4GB of ram, and for the most part it’ll only stutter when I open multiple programs or a game, so would zram be adequate in my case?

Also, would the compressing and decompressing have a significant impact on my cpu?

  • f00f/eris
    link
    fedilink
    English
    arrow-up
    11
    ·
    5 days ago

    The major tradeoff with zRAM is that programs are much more likely to crash due to running out of memory, but will run faster when memory is running low and freezes are less likely. You can think of it as offloading the pressure that traditional swap puts onto your disk, onto the (much faster) CPU. There will be an impact on CPU usage, but not enough to cause noticeable slowdown; in my experience running Linux, the CPU is almost never the reason something is slow, and is only going to be under significant pressure if you’re running a 3D game in software rendering, compiling a large program, or another complex CPU-bound task.

    I wouldn’t recommend making the switch unless you often encounter system freezes or slowness while running tasks that use a lot of RAM (like web browsing on certain sites, or gaming), but it will improve things in that case.

    • nore {she/her}@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      7
      ·
      5 days ago

      Thank you for the detailed response!

      I’m gonna give it a try in my current session and if it works I’ll make it permanent.

      One more thing I’d like to ask though is what would be an appropriate size for zram? Considering it grows dynamically 50% would probably be a good amount right?