Server process limit
The ServerLimit directive sets the hard upper limit on the number of Apache child server processes. It caps values such as MaxRequestWorkers for prefork MPM, and works with ThreadsPerChild for threaded MPMs.

Increasing this value may require a full Apache stop and start before it takes effect.