LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Excessive Memory Usage ! (https://www.linuxquestions.org/questions/linux-server-73/excessive-memory-usage-835544/)

kubed_lovee 10-01-2010 12:52 AM

Excessive Memory Usage !
 
Hi Guys

I have a problem with my 2 web servers ( Machine it self ) it has only the Apache httpd installed in front of a tomcat server using the mod_jk , the 2 servers has 8GB ram each . the problem is that when i check i found that the 2 are running out of memory this is the output of #free please advice what should i do

Code:

[root@server ~]# free
            total      used      free    shared    buffers    cached
Mem:      8171508    8046752    124756          0    426136    6654244
-/+ buffers/cache:    966372    7205136
Swap:      4096564        148    4096416


quanta 10-01-2010 01:34 AM

Determine the top processes 'eating' RAM with:
Code:

# ps -eo size,pid,user,cmd --sort -size | head -10

syg00 10-01-2010 03:12 AM

The only problem you have is you don't understand the numbers. Go read this, and post back if you still have questions.

kubed_lovee 10-01-2010 08:00 AM

I think i should kill my self for this mistake , and thanks for the quick answer syg00 i owe you .

syg00 10-01-2010 08:15 AM

:D
Just hope all your problems are this easy to solve.


All times are GMT -5. The time now is 06:00 AM.