Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 4718
blob4025c3ae75a86ced0d5ca5058bf830c63be6147e
1 Title: Fixed memory leak in Check_MK check helpers when started in verbose mode
2 Level: 2
3 Component: core
4 Compatible: compat
5 Edition: cee
6 Version: 1.5.0i1
7 Date: 1494935598
8 Class: fix
10 When the Check_MK helpers are configured with a higher log level than the default
11 Notice log level the Check_MK helpers were leaking memory. This can be configured
12 by changing the option "Check_MK check helpers" of the global setting "Logging of the core"
13 to e.g. Informational.
15 In this mode the helper gathers information about some changed variables during runtime
16 and the memory usage. It also allows to debug different mechanics of the helpers.
18 If you enabled this, each reload of the core (not restart) was triggering the memory
19 leak in the helpers. In extreme situations this could lead to duplication of the memory
20 usage on each reload.