Commit 28a9e894 authored by Lasse Karstensen's avatar Lasse Karstensen

Backtrack advice that bit during testing.

parent 47cb9b98
......@@ -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
========================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment