mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 14:21:25 +02:00
DOC: cache: Missing information about "total-max-size" and "max-object-size"
This commit is contained in:
parent
b80bc273a3
commit
e3c83d80e3
@ -17493,11 +17493,12 @@ cache <name>
|
|||||||
|
|
||||||
total-max-size <megabytes>
|
total-max-size <megabytes>
|
||||||
Define the size in RAM of the cache in megabytes. This size is split in
|
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 <bytes>
|
max-object-size <bytes>
|
||||||
Define the maximum size of the objects to be cached. If not set, it equals
|
Define the maximum size of the objects to be cached. Must not be greater than
|
||||||
to a 256th of the cache size.
|
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 <seconds>
|
max-age <seconds>
|
||||||
Define the maximum expiration duration. The expiration is set has the lowest
|
Define the maximum expiration duration. The expiration is set has the lowest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user