[master] 2c71cab changelog tlc

Nils Goroll nils.goroll at uplex.de
Mon Nov 13 11:45:05 UTC 2017


commit 2c71cabe13e6345f22eb44c047218c147680d6f0
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Nov 13 12:43:43 2017 +0100

    changelog tlc

diff --git a/doc/changes.rst b/doc/changes.rst
index 1fef6c9..0e70047 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -16,6 +16,20 @@ Usage
 * The new storage backend type (stevedore) ``default`` now resolves to
   either ``umem`` (where available) or ``malloc``.
 
+* Since varnish 4.1, the thread workspace as configured by
+  ``workspace_thread`` was not used as documented, delivery also used
+  the client workspace.
+
+  We are now taking delivery IO vectors from the thread workspace, so
+  the parameter documemtation is in sync with reality again.
+
+  Users who need to minimize memory footprint might consider
+  decreasing ``workspace_client`` by ``workspace_thread``.
+
+* The new parameter ``esi_iovs`` configures the amount of IO vectors
+  used during ESI delivery. It should not be tuned unless advised by a
+  developer.
+
 VCL
 ---
 


More information about the varnish-commit mailing list