Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 5196
blob645d68f319935575442a59e4f8a6b21d70c7a186
1 Title: Bumped Livestatus stack size to give regex matching more breathing room.
2 Level: 1
3 Component: livestatus
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i1
7 Date: 1510129352
8 Class: fix
10 The current implementation of regular expression matching can use a
11 non-trivial amount of memory (mainly stack), and our previous memory limit
12 was a bit tight.  This has been improved, so regular expression matching
13 should work more reliably.
15 Note that this increases the overall amount of memory allocated for
16 Check_MK, but for normal installations the increase should be negligible.