SolidWallOfCode commented on code in PR #10928:
URL: https://github.com/apache/trafficserver/pull/10928#discussion_r1425729664
##########
src/tsutil/Regex.cc:
##########
@@ -75,7 +73,7 @@ pcre_jit_stack *
get_jit_stack(void *)
{
if (!jit_stack) {
- jit_stack = pcre_jit_stack_alloc(ats_pagesize(), 1024 * 1024); // 1 page
min and 1MB max
+ jit_stack = pcre_jit_stack_alloc(4096, 1024 * 1024); // 1 page min and 1MB
max
Review Comment:
Should we make `atspagesize` dual use? There are uses for it. I can do that
after this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]