r3459 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Dec 8 13:37:42 CET 2008


Author: phk
Date: 2008-12-08 13:37:42 +0100 (Mon, 08 Dec 2008)
New Revision: 3459

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Increase session workspace to 16k



Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2008-12-08 10:16:25 UTC (rev 3458)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2008-12-08 12:37:42 UTC (rev 3459)
@@ -489,7 +489,7 @@
 		"header and any edits done to it in the VCL code.\n"
 		"Minimum is 1024 bytes.",
 		DELAYED_EFFECT,
-		"8192", "bytes" },
+		"16384", "bytes" },
 	{ "obj_workspace", tweak_uint, &master.obj_workspace, 1024, UINT_MAX,
 		"Bytes of HTTP protocol workspace allocated for objects. "
 		"This space must be big enough for the entire HTTP protocol "



More information about the varnish-commit mailing list