[master] edc10d177 Make r4036 work on OS/X which as bigger pages

Poul-Henning Kamp phk at FreeBSD.org
Wed Jan 10 12:36:09 UTC 2024


commit edc10d177a5693f6999ef722b29e807906eb507b
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jan 10 12:35:26 2024 +0000

    Make r4036 work on OS/X which as bigger pages

diff --git a/bin/varnishtest/tests/r04036.vtc b/bin/varnishtest/tests/r04036.vtc
index a689680b9..babaac855 100644
--- a/bin/varnishtest/tests/r04036.vtc
+++ b/bin/varnishtest/tests/r04036.vtc
@@ -1,6 +1,6 @@
 varnishtest "Undefined storage properties"
 
-varnish v1 -arg "-s malloc=malloc -s file=file,${tmpdir}/file,1M" -vcl {
+varnish v1 -arg "-s malloc=malloc -s file=file,${tmpdir}/file,2M" -vcl {
 	backend be none;
 
 	sub vcl_recv {


More information about the varnish-commit mailing list