Hi everyone,<br><br>I just upgraded to Varnish 3.0.2, and changed the storage method to malloc, with a size limitation of 5GB on a machine with 6GB of physical memory.  Varnish doesn't appear to be using the size limitation, and is consuming memory until the machine dips into swap and becomes unresponsive.<br>

<br>Here are my options to varnishd:<br><br>varnishd -P /var/run/varnish.pid <br>-a :80 <br>-f /etc/varnish/flexmaps.vcl <br>-T :6082 <br>-t 120 <br>-w 8,4000,120 <br>-u apache -g apache <br>-p thread_pools 4 <br>-p listen_depth 4096 <br>

-p lru_interval 3600 <br>-h classic,70001 <br>-s malloc,5000M<br clear="all"><br>I've tried to lower the malloc setting, and it still seems to consume a ton of memory.  Am I doing something wrong here, or is this a leak?<br>

<br>Thank you,<br><br>--Cal<br><br>