Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


More RAM Usage By Apache
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

More RAM Usage By Apache

zong11zong11 Member
edited March 2016 in Help

My server is having 16gb apart from that 13gb [ ]is used by Apache. So please tell me how to solve this?? I m using Cent OS 6

Comments

  • I'm guessing apache is caching and 13gb usage is working as intended

  • How to remove apache cache?

  • exception0x876exception0x876 Member, Host Rep, LIR

    IMO 217 apache processes is not working as intented. Do you mind posting output of "apachectl fullstatus"? Of course blur out your website URL

    Thanked by 1zong11
  • raindog308raindog308 Administrator, Veteran

    exception0x876 said: IMO 217 apache processes is not working as intented.

    Why? Apache forks processes to handle each connection.

    Granted, 217 would certainly be a busy web server...

    Thanked by 2Clouvider zong11
  • MunMun Member

    inb4 he is running a compromised version of wordpress.

    Thanked by 1zong11
  • exception0x876exception0x876 Member, Host Rep, LIR

    @raindog308 said:
    Granted, 217 would certainly be a busy web server...

    It may be so, but it depends on whether he has KeepAlive On or Off. His screenshot shows mysqld memory usage at 144MB, so does not look like a busy web server, unless he actually uses MySQL on another server.

    Anyway usually just by looking at apachectl fullstatus output you can see the real picture.

    Thanked by 1zong11
  • zong11zong11 Member
    edited March 2016

    @exception0x876 @raindog308 @wwabbit @Mun The link package is required for this functionality is reply when i put command "apachectl fullstatus" ---> [ ]. So I have run " yum install links " then i entered "apachectl fullstatus", it replies as shown in screenshot ---> [ ] .
    I am having 2 to 3 sites on wordpress based and others with sea script. In between i have restarted server after that ram usage decreased from 13gb to 8gb. but it increasing as time goes.

    Tell me how to resolve this.

  • Look like using Kloxo-MR.

    Thanked by 1zong11
  • Still weird because 'httpd' under 'apache' user in Kloxo-MR only for cp.* and webmail.* address.

    Look like using suphp, ruid2 or itk in 'php type' for apache. Better select 'php-fpm_event' in 'php type'.

    Thanked by 1zong11
  • in your apache2.conf or httpd.conf look for the block

    then uncomment out the block. Change the "Allow from" line to

    Allow from localhost

    Then restart apache

    You may also want to enable ExtendedStatus On

    Thanked by 1zong11
  • zong11zong11 Member
    edited March 2016

    @wwabbit how to access apache2.cof or httpd.conf on cent os 6?? and what to do next? will you please tell me step by step?

  • @mustafaramadhan solved error with 'php-fpm_event' in 'php type'. Thanks everyone for help

Sign In or Register to comment.