<div dir="ltr">Hi Adam.<div><br></div><div><br></div><div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 17, 2014 at 7:58 PM, Adam Schumacher <span dir="ltr"><<a href="mailto:adam.schumacher@flightaware.com" target="_blank">adam.schumacher@flightaware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The varnishd process<br>
grows by about 1M a second until all the physical and virtual memory is<br>
filled, and then predictably, causes the box to crash.  We only have 6G of<br>
malloc allocated (and confirmed with SMA.s0.g_bytes 6441093251), and<br>
n_object 981470<br></blockquote><div><br></div><div>It seems you are using Transient storage. Transient is usually uncapped. You can cap Transient but you should probably figure out why Varnish is using Transient storage. Usually it will allocate Transient if </div><div>1) The objects TTL < 10s</div><div>2) Failed to allocate storage</div><div><br></div><div>As a hotfix I would cap Transient at, say, 2G. "varnishd -s Transient=malloc,2G". You can probably up your main storage quite a bit with this in place.</div><div><br></div></div>-- <br><div dir="ltr"><table border="0" cellpadding="0" cellspacing="0" style="border-bottom-width:1px;padding-top:5px;border-top-style:solid;width:550px;padding-bottom:5px;border-bottom-color:rgb(238,238,238);border-top-width:1px;border-bottom-style:solid;line-height:1.5em;border-top-color:rgb(238,238,238);color:rgb(102,102,102);font-size:12px;font-family:'Helvetica Neue',Arial,sans-serif;margin-top:20px"><tbody><tr><td width="100"><img src="http://www.varnish-software.com/static/media/logo-email.png"></td><td><font color="#222222"><span style="font-size:14px"><b>Per Buer</b></span></font><br>CTO | Varnish Software AS<br>Cell: <a value="+4790181750" style="color:rgb(17,85,204)">+47 95839117</a><br><span style="font-weight:bold">We Make Websites Fly!<br><a href="https://www.varnish-software.com/" style="color:rgb(17,85,204)" target="_blank">www.varnish-software.com</a></span></td></tr></tbody></table><br><div style="color:rgb(136,136,136)"><a href="http://info.varnish-software.com/varnish-summits-autumn-2014-registration" style="color:rgb(17,85,204)" target="_blank"><img src="https://www.varnish-software.com/sites/default/files/u388/masters_s_0.png" alt=" Register now"></a></div></div>
</div></div>