1 Title: Reduced Check_MK helper size for certain dists/python versions
9 The config of the Check_MK check helper is now written as marshaled python code,
10 instead of plain python text. This reduces the helpers peak resident memory size
11 while parsing the config file.
14 Some distributions (or python versions) tend not to shrink the resident memory
15 of the check helper again, so the check helper size can only grow.
18 By using marshaled config data the initial check helper size can be drastically lower.
26 <li>200k Services</li>
28 The size of the config is roughly 8MB (this highly depends on the configured rules).
31 <tr><td>Marshaled config</td><td>320 MB</td></tr>
32 <tr><td>Plain text config</td><td>30 MB</td></tr>