AH00484: server reached MaxRequestWorkers setting, consider raising the MaxRequestWor

Marwen

Verified User
Joined
Nov 7, 2003
Messages
158
Location
germany
Hello.

We have some problems with

AH00484: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers settings
AH00485: scoreboard is full, not at MaxRequestWorkers

Apache 2.4.9
Php 5.3 FPM
Centos 6.5 (64 Bit)
Standard DA httpd.configs

Many times the Apache stop working. DA service check not restart the httpd.

look like this

http://www.gossamer-threads.com/lists/apache/users/418065

Mario
 
You should increase MaxRequestWorkers in /etc/httpd/conf/extra/httpd-mpm.conf and restart apache. Don't forget to place it under custom/ directory in CustomBuild folder, so it wouldn't get overwritten with "rewrite_confs".
 
Hello
What is the best number for MaxRequestWorkers?
My server apache down several times in week and I get this error in apache log:
[Sat Dec 13 22:11:17.614167 2014] [mpm_event:error] [pid 10868:tid 140355840935872] AH00484: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
 
What's the current number set in /etc/httpd/conf/extra/httpd-mpm.conf ?
 
<IfModule mpm_event_module>
StartServers 6
MinSpareThreads 32
MaxSpareThreads 128
ThreadsPerChild 64
ServerLimit 16
MaxRequestWorkers 1024
MaxConnectionsPerChild 10000
</IfModule>
 
I get error in apache per day
[Sun Feb 15 06:03:36.901814 2015] [mpm_event:error] [pid 9796:tid 139668979869632] AH00485: scoreboard is full, not at MaxRequestWorkers
 
Back
Top