Report this

What is the reason for this report?

Why 512MB Plan gives 498MB RAM ??

Posted on August 25, 2014

Hello,

I am having a droplet running with the lowest plan… It is suppose to give 512MB RAM but if I run free -m via SSH, it shows following data,

$ free -m total used free shared buffers cached Mem: 498 414 83 0 9 97 -/+ buffers/cache: 308 190 Swap: 511 13 498

Why is it showing 498 MB ?? Since when I set 512MB Swap, it does show 512 (511 to be exact)

I am running CentOS 6.5 x86…

Is it normal or should I open a support ticket ??

Thanks…



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Try to run the following command

dmesg | grep "Memory"

You should see [Memory: xxx K/ yyy K available] yyy is total memory available and xxx is total usable memory. Some memory are reserved by kernel and free -m only show total usable memory managed by kernel, so you will see less memory than actual memory available.

thanks for the tip…

indeed it shows full 512MB there…

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.