Report this

What is the reason for this report?

Find unnecessary service/file and remove it from the server to free up the disk space and RAM

Posted on March 24, 2015

Hello, I am newbie at VPN server, so please forgive knowledge I have. I was playing around with the server installing services to try out different stuff, however I found out I am running 79 total tasks, with high usuage of ram (512mb total).

             total       used       free     shared    buffers     cached
Mem:        501820     463096      38724      13440      18244     294528

I have installed LAMP kit then installed phpmyadmin and .htaccess which is all I need. Is there anyway to freeup and delete services/(config)files I don’t need? Thankyou



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.

A decade ago RAM was crucial. People tended to do more and more with things with their computers and each new task required additional RAM. Back in this days memory was really expensive and came in small amounts.

Nowadays, when memory is cheap and accessible, the Operating system assumes that you have plenty of it. So the OS will cache files in the RAM, as this improves speed and performance. It is better to have some applications cached/buffered instead of keeping the RAM free and unused. If your system requires more RAM to operate properly, the Linux kernel will remove the unneeded cache/buffers, which it has created.

My personal opinion is that your RAM consumption is normal.

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.