I have been setting up Zram, Swap, Swappiness and EasyOOM daemon on 16gb ram boxes, or lower. Someone asked me about 32gb of ram, or more, and I’m unsure. Wondering if others have experimented with this!

  • Eggymatrix@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    arrow-down
    2
    ·
    2 days ago

    Genuinely curious: what are you doing to be needing this?

    I cannot think of any modern usecase for swap a part from hybernation

    • amorangi@lemmy.nz
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      2 days ago

      Local AI can chew it up. Wasn’t able to run certain jobs on 64Gb until I switched to zswap.

    • kiol@discuss.onlineOP
      link
      fedilink
      arrow-up
      7
      ·
      2 days ago

      I’ve been using lower ram machines lately, so made me curious about if people are using things like zram with 32gb+

    • Outsider9042@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      2 days ago

      Compiling Librewollf with a sufficient number of jobs is a great way to eat up 32GB of RAM, and the some.

        • Outsider9042@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          19 hours ago

          No. Most of the build jobs are fast and small. A couple take up gigabytes at a time. Swap is on SSD anyway. Its fast enough.

          I also use NixOS and GuixSD. There are cases where binary caches haven’t caught up with the package definition. Situations like Librewolf, LibreOffice and kernel all compiling at the same time.

          Sure I could mess around with limiting jobs and build runners… Or I could just have swap, and never worry about it again.

          Just a BTRFS swapfile. I’m not worried too much about performance. I rarely hit it and most of the time i don’t even need it. Until I do.

          • Eggymatrix@sh.itjust.works
            link
            fedilink
            arrow-up
            1
            ·
            14 hours ago

            Ok, you do you. In my experience that is not how that works, but there is an argument to not worry about it if it works well enough.