Hello, cant attach image cause of file size, i have fresh void linux base install in tty and btop tells me i use 500-600MiB of ram but my top 3 services uses 7-25M and rest are 5>, free -m also tells me 600M but why this much with not much services?

  • Llituro [he/him, they/them]@hexbear.net
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 hours ago

    looking at the code for btop it appears to just grab this information about memory usage out of /proc/meminfo directly, which you can cat yourself to look at. so if it’s wrong, it seems likely that it’s wrong because meminfo is mistaken in some way.