[Varnish] #759: Varnish child crashes, restarts often
Varnish
varnish-bugs at varnish-cache.org
Fri Sep 10 15:20:25 CEST 2010
#759: Varnish child crashes, restarts often
-------------------------------------+--------------------------------------
Reporter: allan.jude | Owner: martin
Type: defect | Status: closed
Priority: high | Milestone: Varnish 2.1 release
Component: varnishd | Version: 2.1.3
Severity: normal | Resolution: fixed
Keywords: crash segfault signal11 |
-------------------------------------+--------------------------------------
Changes (by martin):
* status: new => closed
* resolution: => fixed
Comment:
Hi,
Your error seems to come from Varnish being unable to allocate any memory
for the object, as all memory being available to Varnish is busy at the
time (tied up to served objects). This can happen when Varnish is running
with a very small amount of available storage.
I notice that you are running with two storage backends, where one of them
is only 32M large, and the other a more reasonable 1G size. 32M is a too
restricted memory pool for Varnish to run. Your problem likely happens
during busy times when trying to store to the small storage. It is perhaps
there by error? I suggest to remove the small storage backend and run only
with the large one, or increase the small storage significantly.
-Martin
--
Ticket URL: <http://www.varnish-cache.org/trac/ticket/759#comment:6>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list