[master] 28a9e89 Backtrack advice that bit during testing.
Lasse Karstensen
lkarsten at varnish-software.com
Mon May 12 13:12:14 CEST 2014
commit 28a9e8947a924ca7d0eb1e970b024a71388cc824
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date: Mon May 12 13:12:11 2014 +0200
Backtrack advice that bit during testing.
diff --git a/doc/sphinx/whats-new/upgrading.rst b/doc/sphinx/whats-new/upgrading.rst
index c882093..c8ed011 100644
--- a/doc/sphinx/whats-new/upgrading.rst
+++ b/doc/sphinx/whats-new/upgrading.rst
@@ -192,11 +192,13 @@ sess_workspace
In 3.0 it was often necessary to increase `sess_workspace` if a
lot of VMODs, complex header operations or ESI were in use.
-This memory segment has been split into two in 4.0;
-`workspace_backend` and `workspace_client`.
+This is no longer necessary, because ESI scratch space happens
+elsewhere in 4.0.
+
+If you are using a lot of VMODs, you may need to increase
+either `workspace_backend` and `workspace_client` based on where
+your VMOD is doing its work.
-In most cases where you increased `sess_workspace` before, you
-want to increase `workspace_client` now.
New parameters since 3.0
========================
More information about the varnish-commit
mailing list