On Thu, Feb 16, 2012 at 4:31 AM, Travis Crowder <span dir="ltr"><<a href="mailto:travis.crowder@spechal.com">travis.crowder@spechal.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    You can issue a ps auwx | grep varnish and look at the line for the
    process:<br>
    <br>
    /usr/sbin/varnishd -P /var/run/varnish.pid -a :80 -f
    /etc/varnish/default.vcl -T XX.XX.XX.XX:XX -t 120 -w 100,4000,120 -u
    varnish -g varnish -S /etc/varnish/secret -s malloc,2G<br>
    <br>
    This shows Varnish is using malloc and is allocated 2G of memory.<br></div></blockquote><div><br></div><div>I just wanted to point out that -s malloc,2G allocated 2G of memory for storing objects. There is some overhead in the data structures that is allocated in addition to this, if needed. This overhead is dependant on the number of objects kept in cache. AFAIK it is around 1-2K per object.</div>

<div><br></div><div><br></div></div>-- <br><img src="http://www.varnish-software.com/sites/default/files/varnishsoft_white_190x47.png"><div>Per Buer<br>Phone: +47 21 98 92 61 / Mobile: +47 958 39 117 / Skype: per.buer<br>

<i>Varnish makes websites fly!</i><div><a href="http://www.varnish-software.com/whitepapers" target="_blank">Whitepapers</a> | <a href="http://www.youtube.com/watch?v=x7t2Sp174eI" target="_blank">Video</a> | <a href="https://twitter.com/varnishsoftware" target="_blank">Twitter</a> <br>

<br></div></div><br>