1 Title: Apache: Reduced default maximum apache processes to 64
9 The maximum number of concurrent apache processes has been lowered from
10 128 to 64. The main reason for this is to prevent out of memory situations
11 on a lot of systems in case of high webserver loads.
13 Most Check_MK systems don't have enough memory in spare to handle 128 apache
14 processes and for the most systems the default of 64 should still be way
17 In case you need more than the new default, you can simply change
18 etc/apache/apache.conf to increase the number of slots again.