Catch up on the latest product updates, best practices, and expert insights from the Checkmk Conference #12 – Watch the livestream recordings now

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
Level Prominent Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.0.0i1 Checkmk Community, Checkmk Pro, Checkmk Ultimate MT
1.6.0 Checkmk Community, Checkmk Pro, Checkmk Ultimate MT

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