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

Komponente User interface
Titel Fix excessive memory consumption on systems using apache 2.2 (e.g. RedHat 6)
Datum 20.09.2019
Checkmk Edition Checkmk Raw (CRE)
Checkmk-Version 1.6.0 2.0.0i1
Level Bedeutende Änderung
Klasse Bugfix
Kompatibilität Kompatibel - benötigt kein manuelles Eingreifen

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.

Zur Liste aller Werks