[master] b419d7e Change the max for vsm_space to 1G on all archs, now that we no longer use this parameter any more.

Poul-Henning Kamp phk at FreeBSD.org
Wed Sep 13 21:54:03 UTC 2017


commit b419d7e63a4ee91a7493eda161deb500c691bf01
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Sep 13 21:53:03 2017 +0000

    Change the max for vsm_space to 1G on all archs, now that we no
    longer use this parameter any more.

diff --git a/include/tbl/params.h b/include/tbl/params.h
index b1c1f33..2a2bbf3 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -1602,7 +1602,7 @@ PARAM(
 	/* name */	vsm_space,
 	/* typ */	bytes,
 	/* min */	"1M",
-	/* max */	"4G",
+	/* max */	"1G",
 	/* default */	"1M",
 	/* units */	"bytes",
 	/* flags */	0,


More information about the varnish-commit mailing list