• 0 Posts
  • 47 Comments
Joined 3 years ago
cake
Cake day: July 2nd, 2023

help-circle
  • kbotc@lemmy.worldtolinuxmemes@lemmy.worldRAM
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 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.
















  • I’m getting my phone on a loan at 0%. If I want to switch carriers, then I’ll pay off the rest of the cost of my phone and they unlock it for me, but considering we’ve been running rather insane inflation over the last few years, I’m glad I made AT&T pick up that tab. I see no point in buying outright as I’m not changing carriers multiple times in a year.



  • kbotc@lemmy.worldtolinuxmemes@lemmy.worldMany such cases
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 years ago

    I’ve done workstation maintenance in a previous job. Every part of the Linux centralized management was worse than Windows. We did it to support our coworker’s wishes, but SSSD constantly shits the bed, and having to code (config management) to write some pretty simple rules like default printers is super annoying compared to the Active Directory built ins.