High memory usage on idle VPS

I am seeing a weird memory usage on my linode.

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

http://www.linuxatemyram.com/

That's entirely normal, 246 megs of ram are being used for disk cache as shown in that output you have there.

As you run new processes and applications they will displace that cached memory.

EDIT: Beat me to the punch. Ha.

thanks guys :)

that helps lol.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct