[master] ad63142 workspace_client is always above 4k

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Nov 22 11:17:05 CET 2016


commit ad631423922892742b4eff80e4e5d0408f6154d4
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Nov 22 11:13:16 2016 +0100

    workspace_client is always above 4k
    
    Should the minimum be bumped from 9k to 12k?

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 7854f46..bf1080d 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -1564,8 +1564,8 @@ PARAM(
 	/* units */	"bytes",
 	/* flags */	DELAYED_EFFECT,
 	/* s-text */
-	"Bytes of HTTP protocol workspace for clients HTTP req/resp.  If "
-	"larger than 4k, use a multiple of 4k for VM efficiency.",
+	"Bytes of HTTP protocol workspace for clients HTTP req/resp.  Use a "
+	"multiple of 4k for VM efficiency.",
 	/* l-text */	"",
 	/* func */	NULL
 )



More information about the varnish-commit mailing list