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
    0
    edit-2
    1 year 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.nz
      cake
      OP
      link
      fedilink
      01 year ago

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

        • @Dave@lemmy.nz
          cake
          OP
          link
          fedilink
          11 year ago

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

          • branch
            link
            fedilink
            2
            edit-2
            1 year 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.