<div dir="ltr">Ultimately the amount of overhead space needed is determined by the number of objects you have. The overhead is about 1k per object. You can read more at <a href="https://www.varnish-cache.org/docs/3.0/tutorial/sizing_your_cache.html"><i>Sizing Your Cache</i></a> on the varnish doc.</div>

<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 9, 2013 at 12:05 PM, Sean Allen <span dir="ltr"><<a href="mailto:sean@monkeysnatchbanana.com" target="_blank">sean@monkeysnatchbanana.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I know when using malloc storage, that we end up based on our object size, about another 100% percent memory to store additional booking info. So where we have a <div>

<br></div><div>-s malloc, 6g</div><div><br>
</div><div>We need a total of 12g available to the OS.</div><div><br></div><div>If I switch to</div><div><br></div><div>-s file, 10g</div><div><br></div><div>Do I need 20g of HD space available on that drive?</div><div>
I'm unclear how the issues with malloc map to file storage backend.</div><div>For example, why does file default to 50% sizing of the volume?</div><div><div><br></div>
</div></div>
<br>_______________________________________________<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" target="_blank">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br></blockquote></div><br></div>