Panic message: Assert error in VRT_IP_string()

Tollef Fog Heen tfheen at varnish-software.com
Tue Nov 30 09:45:56 CET 2010


]] "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




More information about the varnish-misc mailing list