[master] e3b43c6 Ok then: On 32bit 1G will be the max vsl/vsm size.

Poul-Henning Kamp phk at FreeBSD.org
Mon Jan 2 14:37:04 CET 2017


commit e3b43c68fe9842b51104365e3232d46e42df3bfa
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jan 2 13:36:09 2017 +0000

    Ok then:  On 32bit 1G will be the max vsl/vsm size.

diff --git a/include/tbl/params.h b/include/tbl/params.h
index d54114d..09aec90 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -1513,7 +1513,7 @@ PARAM(
 	/* name */	vsl_space,
 	/* typ */	bytes,
 	/* min */	"1M",
-	/* max */	"2G",
+	/* max */	"1G",
 	/* default */	"80M",
 	/* units */	"bytes",
 	/* flags */	MUST_RESTART,
@@ -1530,7 +1530,7 @@ PARAM(
 	/* name */	vsm_space,
 	/* typ */	bytes,
 	/* min */	"1M",
-	/* max */	"2G",
+	/* max */	"1G",
 	/* default */	"1M",
 	/* units */	"bytes",
 	/* flags */	MUST_RESTART,



More information about the varnish-commit mailing list