11 May
2012
11 May
'12
2:39 p.m.
Luo, Frank Y.F. Mr. wrote:
are you sure?
Then how do i know I run out of request number and need to increase it?
You read the logs. You CANNOT increase it while the server is running. The best approach is to set it to a large value, and ignore it. If you get errors in the logs about "max_requests", it means that something is catastrophically wrong. Increasing "max_requests" WILL NOT HELP. You will need to fix the underlying problem: usually a slow / broken database. Alan DeKok.