[5.1] 30786d6 Tune for 32 bit machines also

Poul-Henning Kamp phk at FreeBSD.org
Mon Apr 10 13:59:05 CEST 2017


commit 30786d676a67adbbfc4ec174ab193171232f6ad5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Mar 23 12:57:36 2017 +0000

    Tune for 32 bit machines also

diff --git a/bin/varnishtest/tests/c00071.vtc b/bin/varnishtest/tests/c00071.vtc
index a168eb8..77e39d3 100644
--- a/bin/varnishtest/tests/c00071.vtc
+++ b/bin/varnishtest/tests/c00071.vtc
@@ -14,7 +14,7 @@ server s1 {
 varnish v1 -vcl+backend {
 	import debug;
 	sub vcl_deliver {
-		debug.workspace_allocate(client, debug.workspace_free(client) - 208);
+		debug.workspace_allocate(client, debug.workspace_free(client) - 192);
 
 		if (req.url ~ "/bar") {
 			set resp.http.x-foo = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";



More information about the varnish-commit mailing list