• drkt
      link
      fedilink
      243 days 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.

        • @[email protected]M
          link
          fedilink
          33
          edit-2
          3 days 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.

        • @[email protected]
          link
          fedilink
          English
          103 days ago

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

        • drkt
          link
          fedilink
          63 days ago

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

    • @[email protected]
      link
      fedilink
      English
      63 days 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.

      • @[email protected]
        link
        fedilink
        English
        13 days 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.