Max Requests Per Child = 1000, isnt it too much?

  • Thread starter Thread starter postcd
  • Start date Start date
P

postcd

Quote:
Max Requests Per Child

This directive sets the limit on the number of requests that an individual child server process will handle. After MaxRequestsPerChild requests, the child process will die. If MaxRequestsPerChild is 0, then the process will never expire.
Hello, i want to ask if value 1000 is not too much when set on reseller hosting account?

Is possible that website visitor fails to load website because this limit is too low? He gets any error message? Or i should watch some log file to see that im hitting the limit?

I have:
keepalive: On
keepalivetimeout: 4
maxclients: 150
maxkeepaliverequests: 100
maxrequestsperchild: 10000
maxspareservers: 10
minspareservers: 5
serverlimit: 256
startservers: 5
timeout: 150

it is server with many small accounts with mostly blogs like wrodpress.
Tasks: 72 total, 2 running, 68 sleeping,
Apache:
9.79 requests/sec - 8.2 kB/second - 853 B/request
16 requests currently being processed, 7 idle workers

Continue reading...
 
Back
Top