This is an automated email from the ASF dual-hosted git repository.

rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new b43c213  Document proxy.config.memory.max_usage (#8450)
b43c213 is described below

commit b43c213f903f4cd73d785b653557151c44bc4992
Author: Emanuele Rocca <[email protected]>
AuthorDate: Tue Oct 26 17:45:40 2021 +0200

    Document proxy.config.memory.max_usage (#8450)
    
    Throttling based on resident memory usage was implemented in cbd5cc1f.
    This commit documents the feature.
---
 doc/admin-guide/files/records.config.en.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/admin-guide/files/records.config.en.rst 
b/doc/admin-guide/files/records.config.en.rst
index ff8dd7a..d96785c 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -209,6 +209,12 @@ System Variables
 
    The name of the executable that runs the :program:`traffic_manager` process.
 
+.. ts:cv:: CONFIG proxy.config.memory.max_usage INT 0
+   :units: bytes
+
+   Throttle incoming connections if resident memory usage exceeds this value.
+   Setting the option to 0 disables the feature.
+
 .. ts:cv:: CONFIG proxy.config.env_prep STRING
 
    The script executed before the :program:`traffic_manager` process spawns

Reply via email to