[tor-commits] [torspec/master] Document GETINFO limits/max-mem-in-queues

dgoulet at torproject.org dgoulet at torproject.org
Tue Jun 11 15:06:27 UTC 2019


commit 4907ce3725afaf5e8a7b08c592d2c97d359dd468
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu May 16 15:45:14 2019 -0400

    Document GETINFO limits/max-mem-in-queues
---
 control-spec.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/control-spec.txt b/control-spec.txt
index eb3089b..ac6578a 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -1131,6 +1131,14 @@
       0 or 1, depending on whether it is possible to use SAVECONF without the
       FORCE flag. (Introduced in 0.3.1.1-alpha.)
 
+    "limits/max-mem-in-queues"
+      The amount of memory that Tor's out-of-memory checker will allow
+      Tor to allocate (in places it can see) before it starts freeing memory
+      and killing circuits. See the MaxMemInQueues option for more
+      details. Unlike the option, this value reflects Tor's actual limit, and
+      may be adjusted depending on the available system memory rather than on
+      the MaxMemInQueues option. (Introduced in 0.2.5.4-alpha)
+
   Examples:
      C: GETINFO version desc/name/moria1
      S: 250+desc/name/moria=





More information about the tor-commits mailing list