Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 7627
blob0bac0f732bde57c1ff767f6c6b3266155ab2a86b
1 Title: Apache: Reduced default maximum apache processes to 64
2 Level: 1
3 Component: packages
4 Compatible: compat
5 Version: 1.4.0i3
6 Date: 1485953604
7 Class: fix
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
15 enough.
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.