Commit aad1dbf1 authored by Per Andreas Buer's avatar Per Andreas Buer

More on sizing

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5639 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 197f744d
......@@ -16,3 +16,10 @@ task. A few things to consider:
tool. If you have a lot of LRU activity then your cache is evicting
objects due to space constraints and you should consider increasing
the size of the cache.
Be aware that every object that is stored also carries overhead that
is kept outside the actually storage area. So, even if you specify -s
malloc,16G varnish might actually use **double** that. Varnish has a
overhead of about 1k per object. So, if you have lots of small objects
in your cache the overhead might be significant.
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