Commit 272fc957 authored by Nils Goroll's avatar Nils Goroll

give some advise on adjusting vsl_buffer

I'd really like to come back to https://lists.gt.net/varnish/dev/39240 somewhen.

We should not leave the workspace sizing calculations to the admin based on
incomplete information. The admin should only need to set the "space available
to VCL".
parent d7c6036d
......@@ -1466,6 +1466,8 @@ PARAM(
/* s-text */
"Bytes of (req-/backend-)workspace dedicated to buffering VSL "
"records.\n"
"When this parameter is adjusted, most likely workspace_client "
"and workspace_backend will have to be adjusted by the same amount.\n\n"
"Setting this too high costs memory, setting it too low will cause "
"more VSL flushes and likely increase lock-contention on the VSL "
"mutex.\n\n"
......
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