From: Frédéric Lécaille Date: Thu, 25 Oct 2018 08:46:40 +0000 (+0200) Subject: DOC: cache: Missing information about "total-max-size" and "max-object-size" X-Git-Tag: v1.9-dev5~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3c83d80e3aadb7b2641b861725c9d1dd7dc6713;p=thirdparty%2Fhaproxy.git DOC: cache: Missing information about "total-max-size" and "max-object-size" --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 4431e833d9..95b0b977cb 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -17493,11 +17493,12 @@ cache total-max-size Define the size in RAM of the cache in megabytes. This size is split in - blocks of 1kB which are used by the cache entries. + blocks of 1kB which are used by the cache entries. Its maximum value is 4095. max-object-size - Define the maximum size of the objects to be cached. If not set, it equals - to a 256th of the cache size. + Define the maximum size of the objects to be cached. Must not be greater than + an half of "total-max-size". If not set, it equals to a 256th of the cache size. + All objects with sizes larger than "max-object-size" will not be cached. max-age Define the maximum expiration duration. The expiration is set has the lowest