Maximum requests per child process
The MaxRequestsPerChild directive sets how many requests an Apache child process will handle before it exits and is replaced. A value of 0 means the process is not recycled because of this limit.

Recycling can help contain memory growth in long-running processes, but setting this too low can create unnecessary process churn.