From b89614a07109aac74c1aa5adc74acb8ecac8557b Mon Sep 17 00:00:00 2001 From: degomme Date: Thu, 28 Jul 2016 14:59:02 +0200 Subject: [PATCH] document previous change. Would need to be improved, and a hint could be given to the user when the limit is reached and his simulation deadlocks. --- doc/doxygen/options.doc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/doxygen/options.doc b/doc/doxygen/options.doc index 2f5f95f0a9..ff8a7d3f4d 100644 --- a/doc/doxygen/options.doc +++ b/doc/doxygen/options.doc @@ -199,6 +199,11 @@ the \b maxmin/precision item (default value: 0.00001). Changing it may speedup the simulation by discarding very small actions, at the price of a reduced numerical precision. +\subsection options_concurrency_limit Concurrency limit + +The maximum number of variables in a system can be tuned through +the \b maxmin/concurrency_limit item (default value: 100). Setting a higher value can lift some limitations, such as the number of concurrent processes running on a single host. + \subsection options_model_network Configuring the Network model \subsubsection options_model_network_gamma Maximal TCP window size -- 2.20.1