On Thu, Jun 24, 2010 at 5:46 PM, Anderson Brown <[email protected]> wrote: > Thanks. Not sure which part of the varnishlogs you need: > (..) > > 13 RxRequest c GET > 13 RxURL c /somefile > 13 RxProtocol c HTTP/1.1
The client request. > (..) > 13 VCL_call c miss Which isn't in the cache. > (..) > 14 TxRequest b GET > 14 TxURL b /somefile > 14 TxProtocol b HTTP/1.1 Request it from the backend. > (..) > 13 ObjHeader c ETag: "2da8848-12cbec-48531772a5f80" > 13 ObjHeader c Content-Type: text/plain; charset=UTF-8 > 13 VCL_call c discard > 13 VCL_return c discard > 0 ExpKill - 660189645 LRU > 13 VCL_call c discard > 13 VCL_return c discard > 0 ExpKill - 660189646 LRU LRU kicks inn. You're running low on cache. Try adding more cache to Varnish. -- Per Buer, Varnish Software Phone: +47 21 98 92 61 / Mobile: +47 958 39 117 / skype: per.buer _______________________________________________ varnish-misc mailing list [email protected] http://lists.varnish-cache.org/mailman/listinfo/varnish-misc
