[Varnish] #934: Memory leak in varnish_32e40a6ececf4a2ea65830e723c770d1ce261898

Varnish varnish-bugs at varnish-cache.org
Tue Jun 7 00:00:07 CEST 2011


#934: Memory leak in varnish_32e40a6ececf4a2ea65830e723c770d1ce261898
--------------------+-------------------------------------------------------
 Reporter:  kdajka  |        Type:  defect  
   Status:  new     |    Priority:  normal  
Milestone:          |   Component:  varnishd
  Version:  trunk   |    Severity:  normal  
 Keywords:          |  
--------------------+-------------------------------------------------------

Comment(by kb):

 With 800 workers, you'll be allocating 6.25GB of RAM just for stack space.
 Try using thread_pool_stack to reduce the stack to 256KB and see if you
 get better luck.

 Note that this isn't a bug, just actual usage.  The docs cover some of why
 setting one buffer size doesn't control any of the many others.

 FWIW,
 --
 kb

-- 
Ticket URL: <http://varnish-cache.org/trac/ticket/934#comment:1>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list