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

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Fri Sep 15 11:17:26 UTC 2017


commit 12c67075ce307e0ee6d51ed8d9b27cc66ef41cda
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