My memory usage was a 4% after a fresh ubuntu 12.10 installation
after i install php packages etc using this gist, https://gist.github.com/4372049
my memory usage now reached 41%.
should i be concerned?
if not, then at what memory usage level should i be concerned?
if yes, then what remedies should I do?
UPDATE:
based on suggestion to post my top followed by >
RunOK, it looks like php and mysql are the offenders. Do you want these running in the background...?top
to get an overview of all processes running on your system. Then, insidetop
, press>
. There you have it, the processes on your system ordered by memory. Now you can see what is causing this memory usage spike. Post the top 5 processes in the list.