Werk #5196: Bumped Livestatus stack size to give regex matching more breathing room.

Component Livestatus
Title Bumped Livestatus stack size to give regex matching more breathing room.
Date Nov 8, 2017
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
1.5.0i1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)
1.4.0p17 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

The current implementation of regular expression matching can use a non-trivial amount of memory (mainly stack), and our previous memory limit was a bit tight. This has been improved, so regular expression matching should work more reliably.

Note that this increases the overall amount of memory allocated for Check_MK, but for normal installations the increase should be negligible.

To the list of all Werks