[master] d1a6814 sess_workspace -> workspace_client

Lasse Karstensen lkarsten at varnish-software.com
Tue Apr 1 11:30:05 CEST 2014


commit d1a6814c7b262875cb5a504f3c480f4491479ed8
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Tue Apr 1 11:28:54 2014 +0200

    sess_workspace -> workspace_client

diff --git a/doc/sphinx/whats-new/upgrading.rst b/doc/sphinx/whats-new/upgrading.rst
index d64772d..e1fb55f 100644
--- a/doc/sphinx/whats-new/upgrading.rst
+++ b/doc/sphinx/whats-new/upgrading.rst
@@ -140,3 +140,16 @@ linger
 
 sess_timeout
 ~~~~~~~~~~~~
+
+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`.
+
+In most cases where you increased `sess_workspace` before, you
+want to increase `workspace_client` now.
+



More information about the varnish-commit mailing list