• drkt
      link
      fedilink
      arrow-up
      25
      arrow-down
      4
      ·
      10 months ago

      Well that’s because you’re using a bloated distro. That’s the cost of all those features.

      My laptop, at 1.5 gigs of RAM, is blazing fast and has a smooth UX with a Debian+i3wm install.

      • Fizz@lemmy.nz
        link
        fedilink
        arrow-up
        9
        arrow-down
        2
        ·
        10 months ago

        Blazing fast as long as you are only text editing and dont open a web browser.

        • drkt
          link
          fedilink
          arrow-up
          6
          arrow-down
          1
          ·
          10 months ago

          Works fine with Firefox, but yes. That’s 90% of what I do at a PC.

        • rtxn@lemmy.worldM
          link
          fedilink
          arrow-up
          33
          arrow-down
          11
          ·
          10 months ago

          Okay, Jimmy Neutron. The meme said Linux, it did not specify that it was a Linux-based OS. The kernel uses a roughly similar amount of memory, it’s all the other crap in userspace that makes the difference.

          If you want to be a pedant, get it right next time.

        • ScientifficDoggo@lemmy.zip
          link
          fedilink
          English
          arrow-up
          10
          arrow-down
          4
          ·
          10 months ago

          What goalpost you potato? What was said basically amounts to “your experience differs because of (completely optional customizations)”

    • LoreSoong@startrek.website
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      1
      ·
      10 months ago

      Braindead responses and honestly probably just bait anyone passing through, ignore this fool. Ubuntu base install(gnome), in my experience uses less than 2gb of ram at idle. (Even less when using xfce or lxqt) Dummy added bloat to his system and then came on here to bitch about nothing. either that or hes a bot, troll or both.

      • kbotc@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 months ago

        It’s still just an OS. The ol’ dentries/pagecache/inodes caching can bloat your RAM usage out, especially in combination with the default for swappiness and vfs_pressure, not to mention the kernel slab. sk_buff is quite untunable depending on the particular kernel. That on top of any badly behaved applications that request transparent huge pages but don’t properly defragment their space you can end up with fairly huge bloat, especially if the app you are using forks and changes memory often. It’s hard to just “Linux uses no memory and that’s that!” When it gives you a mile of rope to hang yourself with.