• drkt@scribe.disroot.org
      link
      fedilink
      arrow-up
      23
      arrow-down
      4
      ·
      2 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.

    • LoreSoong@startrek.website
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      1
      ·
      2 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.

      • kbotc@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 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.