Werk #10167: Fix excessive memory consumption on systems using apache 2.2 (e.g. RedHat 6)

Component User interface
Title Fix excessive memory consumption on systems using apache 2.2 (e.g. RedHat 6)
Date Sep 20, 2019
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 1.6.0 2.0.0i1
Level Prominent Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

The site apache was consuming a lot more memory than intended. The memory usage seemed to grow with every request to the apache 2.2 process. This was caused by a bad mod_wsgi configuration. This config made each apache process create multiple python interpreters within a single process, one for each GUI page (views.py, ...). Apache 2.4 based systems were not affected by this.

To the list of all Werks