From cdd20dc8ea95313f09c6f84367e43a775439db8d Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Tue, 7 Sep 2021 21:05:05 +0200 Subject: Adjust documentation of the net_ticker_spawn_options kernel parameter --- lib/kernel/doc/src/kernel_app.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/lib/kernel/doc/src/kernel_app.xml b/lib/kernel/doc/src/kernel_app.xml index 5a9539e6ef..e659d50ffc 100644 --- a/lib/kernel/doc/src/kernel_app.xml +++ b/lib/kernel/doc/src/kernel_app.xml @@ -296,11 +296,18 @@ {net_ticker_spawn_options, Opts} -

Defines a list of extra spawn options for dist_util:con_loop processes. - When there is a large number of dist connections, setting up garbage collection - options can be helpful to reduce memory usage. Default is [link, {priority, max}], - and these two options cannot be changed. - See erlang:spawn_opt/2.

+

+ Defines a list of extra spawn options for net ticker processes. There exist + one such process for each connection to another node. A net ticker process is + responsible for supervising the connection it is associated with. These + processes also execute the distribution handshake protocol when setting up + connections. When there is a large number of distribution connections, + setting up garbage collection options can be helpful to reduce memory usage. + Default is [link, {priority, max}], and these two options cannot be + changed. See the documentation of the + erlang:spawn_opt/4 + BIF for information about valid options. +

inet_parse_error_log = silent -- cgit v1.2.1