Help me free up some RAM

Discussion in 'Site & Server Administration' started by champ_rock, Sep 30, 2007.

  1. #1
    [​IMG]
    please tell me which are crappy processes that should be killed in order to free up some valuable ram??

    (i dont know what those "named" processes do :()

    thanks
     
    champ_rock, Sep 30, 2007 IP
  2. tanfwc

    tanfwc Peon

    Messages:
    579
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    named process are DNS related.

    Well, you should consider upgrading your server memory as you should not be killing any process listed above :)
     
    tanfwc, Sep 30, 2007 IP
  3. chickens

    chickens Peon

    Messages:
    242
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Linux uses as much RAM as possible. It is not like Windows where you need a ton of free resources at any point in time.

    In Linux you do not need to worry about memory usage until you start using the SWAP space. This is hard drive space that has been allocated to be treated as memory. This is extremely slow and should be avoided.

    I would suggest optimizing BIND which is the DNS server with the process name of named. You have quite a few forked processes that I do not believe should be needed.

    A tip to show the memory usage better in top is just to hit the letter M. This will sort the list by the memory usage. If you are looking for process usage hit P.
     
    chickens, Oct 1, 2007 IP
  4. cyanide

    cyanide Peon

    Messages:
    483
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #4
    load is low, swap is very low, you're fine
     
    cyanide, Oct 1, 2007 IP
  5. powerspike

    powerspike Peon

    Messages:
    312
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    38M Free Ram,
    23M in buffers, that seems fine with a max of 256m ram.

    if you realy wanna try to cut some ram, you could try unloading some uneeded modules in lighttpd or php.
    (that would lower the memory footprint per instance).
     
    powerspike, Oct 1, 2007 IP
  6. Lordy

    Lordy Peon

    Messages:
    1,643
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #6
    if your server is being overloaded, i highly suggest getting more ram
     
    Lordy, Oct 1, 2007 IP
  7. Scriptona

    Scriptona Notable Member

    Messages:
    4,957
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    280
    #7
    Yes he is fine and no need to upgrade RAM

    Beware that when you see server RAM usage from #top - you have to add "Buffered" memory value to the free memory

    You will find the actual used RAM through WHM / server status

    As long as you don't use SWAP memory then you are fine with memory ;)
     
    Scriptona, Oct 2, 2007 IP
  8. hostmellow

    hostmellow Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Can you please post the report after pressing CTRL + M on the top prompt?
     
    hostmellow, Oct 6, 2007 IP