I assume I should get rid of most of the swap. I also read somewhere to increase… swappiness of zram?

  • _edge@discuss.tchncs.de
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Why would you get rid of the swap? Having swap space should never hurt. Swap can sit empty when it’s not needed, and some memory pages are rarely used, so you’ll hardly notice if they’re swapped out.

    Only too much swapping is annoying/slow. This happens if you run out of physical RAM; mostly independent of your swap size.

    You can listen to the experts here for how to fine-tune the parameters (swappiness). Linux (as most operations systems) is built with the assumption that swap > physical RAM exists. Linux can run without swap, but the kernel runs into a huge problem if RAM becomes nearly full and has to kill processes. Usually adding swap is the better option.

    • ExplodeyWolf@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      You know, for some reason I thought that zram was on the disk, and it isn’t. That makes a huge difference. I’ll keep the swap then!

  • 7ai@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Zram usually has a very high compression ratio - around 4:1 for lz4 and 6:1 for zstd. You can set zram to 40-50 GB. It will still use less than 1/2 of your ram.

    Zram has an option to write poorly compressible data to the disk instead of storing it in the ram. I would split the swap partition - 3 GB for zram writeback and rest for ordinary swap.

  • BlinkerFluid@lemmy.one
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Odd consideration, but… I use 16Gb of ram and I have zero swap space and I’ve never seen a freeze in the three years this system has been assembled.

    It could just be the way I tend to use my PC, light photo manipulation, some audio editing, some gaming just not AAA. I’m never stressing my system unless I’m opening a compressed file or rendering a video.

  • MyNameIsRichard@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Those defaults sound pretty sensible. I have as much swap as I have RAM because I set things up to hibernate. I believe pop os has the swappiness set to 180 for using the zram.