For those who couldn’t read the Linux GUI:

  • Windows used 3.4 GB / 8GB
  • Linux used 800 MB/ 8 GB
  • Avid Amoeba@lemmy.ca
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    2 years ago

    I know this is !LinuxMemes but it’ll throw this here. Comparing memory usage like this is meaningless. My Linux desktop for example consumes around 20GB with nothing visibly started. ZFS would happily gobble up half of the system RAM for caching unless limited. And caching means speed. If your system isn’t caching a lot, it might be leaving speed on the table. Demand caching!

    • Krtek@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      2 years ago

      I don’t get why this is always mentioned. Windows caches too and uses up all free space for faster application startup, but just because it also does it doesn’t change the fact that it uses more ram for active processes while doing nothing. I remember Minecraft running a lot better on my old MacBook with just 4gb of ram as Ubuntu used less than Mac OS X and I could allocate more to the game, whether cacheing was enabled or not on those OSes was not relevant. This should not be relevant today as 32gb of ram can be purchased for less than 100 bucks but sadly is as Apple and other laptop manufacturers think selling soldered 8gb is ok for a base model in 2023 for a laptop costing more than 300 bucks

  • AnonTwo@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    Doesn’t Windows reserve ram though, so it’s idle just looks higher?

    I’d imagine it’d be more relevant how their ram usage looks during peaks. I still think it’d be more in Linux’s favor, but not as much.

    • Haystack@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 years ago

      It’s always nice to have a failsafe if some process has a major memory leak. Otherwise if your memory fills up your system completely freezes with no way to recover.

      • Avid Amoeba@lemmy.ca
        link
        fedilink
        arrow-up
        0
        arrow-down
        1
        ·
        edit-2
        2 years ago

        This isn’t quite true. The system does recover. The mechanism doing the recovery is the kernel OOM killer which begins to shoot processes to free up RAM. Now whether or not the processes you care about survive or not and whether they lost any data you care about is a different question. 🤭 That’s a problem elegantly solved on Android by the introduction of its more complex lifecycle which provides data persistence guarantees.