diff options
Diffstat (limited to 'docs/man5')
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index a681245..faa9d83 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -188,6 +188,15 @@ The possible keywords and their descriptions are as follows: The number of servers to start initially. This should usually be set to a value between MinSpareServers and MaxSpareServers. +*MaxRequestsPerChild*:: + + This limits the number of connections that a child process + will handle before it is killed. The default value is `0` + which disables this feature. This option is meant as an + emergency measure in the case of problems with memory leakage. + In that case, setting `MaxRequestsPerChild` to a value of e.g. + 1000, or 10000 can be useful. + BUGS ---- |