Commit 8f26d4a3 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try adjusting limits for el6-i386

parent 66049ad7
......@@ -14,7 +14,7 @@ server s1 {
varnish v1 -vcl+backend {
import ${vmod_debug};
sub vcl_deliver {
debug.workspace_allocate(client, debug.workspace_free(client) - 200);
debug.workspace_allocate(client, debug.workspace_free(client) - 150);
if (req.url ~ "/bar") {
set resp.http.x-foo = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
......
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