From c3391bb822f0516975b293bc220e1a44cdb8bc0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 9 Jan 2019 12:24:17 +0100 Subject: Add start_distribution to kernel environment Sometimes you may want to start Erlang without any of its distribution services. This commit adds an environment configuration that allows so. Because the servers we don't start here are a subset of the servers not started on minimal mode, we do have a guarantee that the system can still operate as the system operates without those apps on minimal mode. --- lib/kernel/doc/src/kernel_app.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/kernel/doc') diff --git a/lib/kernel/doc/src/kernel_app.xml b/lib/kernel/doc/src/kernel_app.xml index 15dbdb47dc..78c7319e43 100644 --- a/lib/kernel/doc/src/kernel_app.xml +++ b/lib/kernel/doc/src/kernel_app.xml @@ -369,6 +369,14 @@ MaxT = TickTime + TickTime / 4 performed. This option ensures that global is synchronized.

+ start_distribution = true | false + +

Starts all distribution services, such as rpc, + global, and net_kernel if the parameter is + true. This parameter is to be set to false + for systems who want to disable all distribution functionality.

+

Defaults to true.

+
start_dist_ac = true | false

Starts the dist_ac server if the parameter is -- cgit v1.2.3