<div dir="ltr">Yes.  More than 64 gb malloc size works fine.  I was using 150gb with no issue.<div><br></div><div>Fair warning through:  varnish will use more ram than the malloc size.  That really is just the total size of all cached objects.  There's about 1k of overhead per object to deal with.  So the Resident Set Size will probably be higher than your malloc size.</div><div><br></div><div>(Also: if you have very short lived objects (10 seconds by default) that doesn't accrue into the 'malloc' size either... they stack in an unbounded 'transient' storage by default.  I got bitten by caching errors for 5 seconds with this default)</div><div><br></div><div>-Jason</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 11, 2016 at 11:08 AM, Alexandre <span dir="ltr"><<a href="mailto:infos@opendoc.net" target="_blank">infos@opendoc.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone,<br>
<br>
I have a varnish 3 I have to migrate Varnish in February. Currently, I need to use more than 64 GB of memory. Is it possible to use more than 64 GB of memory with Varnish ?<br>
<br>
Best regards<br>
<br>
Alexandre.<br>
<br>
_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org" target="_blank">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/lists/mailman/listinfo/varnish-misc</a><br>
</blockquote></div><br></div>