Commit e099a39a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Bump the minimum session workspace to 384 bytes

Closes: #3318
parent 9d1986f9
......@@ -216,8 +216,10 @@ logexpect l1 -wait
# This value is fragile, ideally we would want something like
# vtc.alloc(-x), yet there is no vcl code being run before we parse
# proxy headers
#
# 20210825: Minimum possible seems to be 364, but param.min is 384 now.
varnish v1 -cliok "param.set workspace_session 402"
varnish v1 -cliok "param.set workspace_session 384"
delay 1
......
......@@ -1110,7 +1110,7 @@ PARAM_SIMPLE(
PARAM_SIMPLE(
/* name */ workspace_session,
/* type */ bytes_u,
/* min */ "0.25k",
/* min */ "384b",
/* max */ NULL,
/* def */ "0.75k",
/* units */ "bytes",
......
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