Commit 2e503928 authored by Bjoern Ruberg's avatar Bjoern Ruberg

Take 3

parent 79a8de98
...@@ -12,7 +12,7 @@ task. A few things to consider: ...@@ -12,7 +12,7 @@ task. A few things to consider:
to only cache images a little while or not to cache them at all if to only cache images a little while or not to cache them at all if
they are cheap to serve from the backend and you have a limited they are cheap to serve from the backend and you have a limited
amount of memory. amount of memory.
* Watch the n_lru_nuked counter with `varnishstat`_ or some other * Watch the n_lru_nuked counter with :ref:`reference-varnishstat` or some other
tool. If you have a lot of LRU activity then your cache is evicting tool. If you have a lot of LRU activity then your cache is evicting
objects due to space constraints and you should consider increasing objects due to space constraints and you should consider increasing
the size of the cache. the size of the cache.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment