]] "Thiago Figueiro" 

Hi,

| 2010-11-30T12:31:47.093463+11:00 rp1 varnishd[3174]: 
| Child (3178) Panic message: Assert error in VRT_IP_string(), cache_vrt.c
| line 888:
| Condition((p = WS_Alloc(sp->http->ws, len)) != 0) not true.

This typically means you're out of workspace.  32k is not particularly
much.  The default is 64k, and if that causes problems, try increasing
it to 128k or 256k.  Having it set too high will just cause the virtual
size of the varnish process to grow, it won't actually consume more
memory.

regards,
-- 
Tollef Fog Heen
Varnish Software
t: +47 21 98 92 64

_______________________________________________
varnish-misc mailing list
[email protected]
http://lists.varnish-cache.org/mailman/listinfo/varnish-misc

Reply via email to