mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 20:46:11 +02:00
DOC: config: mention clearer that the cache's total-max-size is mandatory
As reported in GH issue #3201, it's easy to overlook this, so let's make it clearer by mentioning the keyword. This can be backported to all versions.
This commit is contained in:
parent
cd959f1321
commit
4d0a88c746
@ -19671,7 +19671,7 @@ the corresponding http-request and http-response actions.
|
||||
|
||||
cache <name>
|
||||
Declare a cache section, allocate a shared cache memory named <name>, the
|
||||
size of cache is mandatory.
|
||||
size of cache is mandatory (see keyword "total-max-size" below).
|
||||
|
||||
total-max-size <megabytes>
|
||||
Define the size in RAM of the cache in megabytes. This size is split in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user