169 |
have been cases where the test program has just died silently. See your linker |
have been cases where the test program has just died silently. See your linker |
170 |
documentation for how to increase stack size if you experience problems. The |
documentation for how to increase stack size if you experience problems. The |
171 |
Linux default of 8Mb is a reasonable choice for the stack, though even that can |
Linux default of 8Mb is a reasonable choice for the stack, though even that can |
172 |
be too small for some pattern/subject combinations. |
be too small for some pattern/subject combinations. |
173 |
|
|
174 |
PCRE has a compile configuration option to disable the use of stack for |
PCRE has a compile configuration option to disable the use of stack for |
175 |
recursion so that heap is used instead. However, pattern matching is |
recursion so that heap is used instead. However, pattern matching is |