[master] a175e2e Bump the minimum workspace_client to 9k.
Poul-Henning Kamp
phk at FreeBSD.org
Mon Sep 1 11:05:55 CEST 2014
commit a175e2ed2c6022b27d5310b8cb111ba78114df48
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Mon Sep 1 08:57:24 2014 +0000
Bump the minimum workspace_client to 9k.
diff --git a/bin/varnishd/mgt/mgt_param_tbl.c b/bin/varnishd/mgt/mgt_param_tbl.c
index 55889bc..52d25dc 100644
--- a/bin/varnishd/mgt/mgt_param_tbl.c
+++ b/bin/varnishd/mgt/mgt_param_tbl.c
@@ -92,7 +92,7 @@ struct parspec mgt_parspec[] = {
"384", "bytes" },
{ "workspace_client",
tweak_bytes_u, &mgt_param.workspace_client,
- "3072", NULL,
+ "9k", NULL,
"Bytes of HTTP protocol workspace for clients HTTP req/resp."
" If larger than 4k, use a multiple of 4k for VM efficiency.",
DELAYED_EFFECT,
More information about the varnish-commit
mailing list