Apache perfomance issue

Apache perfomance issue

by Saurabh Makol -
Number of replies: 1

Hello,

 
I am facing a performance issue for one of the application that I am hosting. My apologies for reaching out to y'all as I know this group is tomcat issue but thought if anyone has ever come across this strange issue.
 
We have an environment which  is 64 bit Windows Server 2008 R2 having 2GB. On this server we have Apache 2.4/ PHP 5.5.9 running with MySQL database.
 
The issue is that when I run JMeter(from my local machine) with 20 concurrent user it pegs the CPU at 100% on the server even though I have set memory_limit = 128M in my php file.
 
Is their a way to reduce the CPU usage. Any advice would be appreciated. 
 
Thanks,
Saurabh
Average of ratings: -
In reply to Saurabh Makol

Re: Apache perfomance issue

by james mergenthaler -

I have had tasks on my moodle server cause the same sort of thing, 100% CPU utilization, according to the Windows Performance Monitor.  I also have a 128 M setting in the php.ini file.

I do not have an answer as to why....

I often have to restart the services (php, mysql and apache) when this happens.