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!
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.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.