htop Memory meter is full. I haven't even started any service yet

7,971

Since you weren't using your memory for anything better, its being put to use as disk cache. If you start services, they will just take memory from the cache. This is a good thing, not a sign that anything is wrong. See linuxatemyram

Share:
7,971

Related videos on Youtube

Raymond
Author by

Raymond

Updated on September 18, 2022

Comments

  • Raymond
    Raymond almost 2 years

    I don't understand why my htop meter is full already. I'm not even running some task. Here's the screenshot of my htop:

    enter image description here

    The green meter shows used memory, the blue meter shows buffers, the yellow meter shows cache. it seems that the cache have used up all my memory here. Or am I just confused? Because the numeric number shows 48/494MB.

    So what is happening here? Should I increase the memory of my server?

    I'm going to run nginx, php and wordpress. is this server enough to handle this setup?

  • Raymond
    Raymond over 12 years
    nice link. now i understand. very well explained :)
  • Jack ilkgu
    Jack ilkgu over 12 years
    +1 for a great link!
  • d hee
    d hee almost 7 years
    shouldn't htop be taking the buffers/cache memory reading instead? Total memory with disk cache is not useful.