Possibly related:

screen shot of memory usage by app, showing Firefox using over 18GB of RAM

I also don’t understand why every chat app needs 1GB of RAM to itself.

  • Killer57@lemmy.ca
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    25 days ago

    18gb is nothing, my Firefox regularly eats 70gb (30gb is the normal load I see after browser restart) 18gb is nothing, my Firefox regularly eats 70gb

    • Dave@lemmy.nzOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      25 days ago

      Wait, everyone is saying cached is part of the used memory but yours shows more cached than in use?

        • Dave@lemmy.nzOP
          link
          fedilink
          arrow-up
          2
          ·
          23 days ago

          Ah so cached is the disk cache and it sounds like this is not part of the “used” memory.

          • uranibaba@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            edit-2
            23 days ago

            This link has more information that looks relevant: https://askubuntu.com/questions/89219/is-there-a-difference-between-swap-and-cache-memory

            Disk Cache memory: This are chunks of the physical memory, the RAM, used to store files. That way when a program needs to read the file, it’s fetched from memory instead of the hard disk. This is done because memory is way faster.

            Swap: This is a place on the hard disk (usually a dedicated partition) that is used to store programs or data that can’t fit in memory, like when a program grows more than the available memory. SWAP is way slower than RAM, so when you hit swap the computer gets slower, but at least the program can work. In linux swap is also used to hibernate, or to move low used program out of memory to allow more space to the disk cache.