• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: August 2nd, 2023

help-circle

  • I’ve had a lot of experience with Linux and I use Nobara currently. My only catch with Bazzite is that I didn’t know the first thing to do. It somehow felt as if most of my experience in Linux was just useless.

    Not saying it’s a bad thing, I just decided I’d stick to Nobara for now and try learning Bazzite in the future to give it a fair shake.

    I’m also a tweaker. I like to play with ZRam and add other things to the OS, like a custom kernel with BCacheFS-Git to support my gaming darastores. I suspect some of my creature comforts may be harder to get.


  • PrefersAwkward@lemmy.worldtolinuxmemes@lemmy.worldunused is wasted
    link
    fedilink
    English
    arrow-up
    14
    ·
    edit-2
    5 months ago

    Using swap isn’t always a sign you need more RAM. Typically, if you use a computer for a while or have a lot of IO operations going on, Linux will decide to swap some things to make more room for cache.

    Sometimes Linux just finds that you have a bunch of inactive app memory and it can swap that out to cache way more stuff. That’s just good memory management, but it’s not worth buying more RAM over



  • I wouldn’t put swap on an SD card, no. Even if it had an NVME, it seems like putting up at least a double-digit percent would be more effective than 1%.

    Also, since 6.1, swap has been a lot better, with MGLRU. ChromeOS gets away with paltry amounts of RAM due to swapping. So classic overcommitting seems fine as long as you don’t run into situations where more RAM is active at once than is available by hardware.


  • I think the question is: if a person is going to make such a tiny swap, why even use swap?

    Such a small swap is unlikely to save a system from memory problems and it’s does not seem likely to make a noticeable difference in performance when it’s only able to swap out small amounts of memory.

    Why wouldn’t one just put in larger ZRAM or a larger Swap with a reduced swapiness?

    If I have a raspberry pi with 1 GB ram, I don’t think a 2 MB swap is worth bothering with.