In message <c63661f4.13248%[email protected]>, "Loesche, Lukas, scoy o" writes:
>It looks like varnish hits the container's memory limit, purges all memory >and all objects from the store and starts from the beginning. I suspect you run into the LRU purging (and it sounds like it has a bug). You don't say if your 30GB is 30M 1k objects or 3M 10k object, but you need to be aware that there is a per-object overhead (you can trim this somewhat down with the obj_workspace paramter), so 50GB may not be enough to hold 30GB of objects. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [email protected] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
