Even though different Linux distros are often fairly close in terms of real-life performance and all of them have a clear advantage over Windows in many use cases, we can’t reject the fact that Arch Linux has undoubtedly won the competition. And now I’m so glad to have another reason to proudly say “I use Arch btw”

::: It was a joke of course :::

  • Possibly linux
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    3
    ·
    4 months ago

    Zram is swap in ram. It uses fast compression to quickly compress memory instead of moving it to disk.

    • teawrecks@sopuli.xyz
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      4 months ago

      The disagreement here might be a semantic one. When people say “swap” they’re usually referring to the swap partition on disk, not just any memory that can be used to “spill” to.

      What you are describing with zram serves a fundamentally different function from swap space. If the OS dumps its memory to swap, the PC can lose power and still recover. If it compresses LRU memory to zram, and loses power, it cannot recover.

      Both are useful in low memory situations, but swap covers more than that. Most familiar with swap space would agree that its location on a nonvolatile disk rather than in volatile memory is critical to what makes it “swap” space.

        • teawrecks@sopuli.xyz
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          4 months ago

          I think maybe you think I said “zram offers a subset of features of swap space”. Rather, zram offers a fundamentally different function from swap space as it resides in memory rather than on disk. It does not and cannot replace the function of disk-based swap space.

          Edit: again, I don’t want to argue semantics, generally when people say “swap space” they mean the on-disk partition and not just any memory that can be spilled to.

          TIL that zram actually does advertise itself as somewhere you can swap to, and generally their terminology is correct, but I think most Linux users colloquially understand swap space as residing in nonvolatile memory.

        • Lojcs@lemm.ee
          link
          fedilink
          arrow-up
          1
          ·
          4 months ago

          I think this is like calling a usb-connected flash drive a ‘usb’. That’s one of the use cases, but not purpose of the thing. (This sounded better in my head, it’s more like calling a usb port a ‘flash drive’)

          Better one - Firefox’s use cases include watching videos but you wouldn’t call it a video player.