<div dir="ltr">Increasing <span style="font-size:12.8px">workspace_client may not do it, you have to consider where this error occurred, if it was in the backend context, </span><span style="font-size:12.8px">workspace_backend is your guy.</span><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Pretty much anything in your vcl will consume workspace, because everytime you need a string, Varnish allocates it in the workspaces. So cookies, regex, setting headers will eat that space. And when you restart, you keep using that workspace, and ESI sub-objects consume the top-object's workspace.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Hope that helps.</span></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>-- <br></div>Guillaume Quintard<br></div></div></div>
<br><div class="gmail_quote">On Wed, Oct 26, 2016 at 12:02 AM, Viktor Villafuerte <span dir="ltr"><<a href="mailto:viktor.villafuerte@optusnet.com.au" target="_blank">viktor.villafuerte@optusnet.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
Yesterday I saw this error in Varnishlog<br>
<br>
Error          out of workspace<br>
<br>
I've done some googling since and it seems that increasing<br>
workspace_client could fix the issue. Further it's suggested that this<br>
is due to excessive cookie processing. However, we don't process any<br>
cookines at all.<br>
<br>
Also I've found an old bug where it's suggested that VCL code ends up in<br>
a loop (using restart feature) and eventually runs out of space. We do<br>
use restart but it's limited to only 3 attempts..<br>
<br>
Anybody would have any experience with 'out of workspace' error and why<br>
it could occur?<br>
<br>
Any suggestions are welcomed, let me know if more details are needed.<br>
<br>
<br>
thanks<br>
<span class="HOEnZb"><font color="#888888"><br>
v<br>
<br>
<br>
--<br>
Regards<br>
<br>
Viktor Villafuerte<br>
Optus Internet Engineering<br>
t: <a href="tel:%2B61%202%2080825265" value="+61280825265">+61 2 80825265</a><br>
<br>
______________________________<wbr>_________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" rel="noreferrer" target="_blank">https://www.varnish-cache.org/<wbr>lists/mailman/listinfo/<wbr>varnish-misc</a><br>
</font></span></blockquote></div><br></div>