pcre recursion test: workspace_client and http_req_size for 32bit

We tweak down the defaults on 32bit platforms, restore them to the 64bit
defaults
parent 917385f5
......@@ -13,7 +13,8 @@ feature pcre_jit
# Approximate formula for FreeBSD/amd64:
# pcre_match_limit_recursion = thread_pool_stack * 2 - 9
varnish v1 -vcl+backend {
# -p: use 64bit defaults also on 32bit
varnish v1 -arg "-p workspace_client=64k -p http_req_size=32k" -vcl+backend {
backend proforma none;
sub vcl_recv {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment