• FauxLiving@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 days ago

    I get not wanting bloated programs but only using a small portiom of your RAM isn’t a goal to aim for.

    If you’re on Linux, The kernel is likely using all available RAM. It uses that space to store the page cache because reading from RAM is faster than reading from disk.

    You could have all of that RAM go unused if you wanted, but your system would suffer.