High memory usage on idle VPS
On my linode, even after I stopped mysqld and apache, I'm getting a high memory usage.
The output from "free -m" looks like this:
total used free shared buffers cached
Mem: 348 290 57 0 15 246
-/+ buffers/cache: 28 320
Swap: 255 0 255
290M for an idle VPS? That's really weird. Anyone got any insight?
3 Replies
As you run new processes and applications they will displace that cached memory.
EDIT: Beat me to the punch. Ha.
that helps lol.