diff options
author | Rickard Green <[email protected]> | 2015-06-05 17:25:22 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-06-10 18:04:14 +0200 |
commit | fe1c0d26d4e6180b79fc8497b827ac2ef1f471d5 (patch) | |
tree | 28899814f114afc00b5baa0b2e227838c98b39ae /erts/doc/src/erl.xml | |
parent | 014865c474c4e8229cae556d9dff22ba75d6a5bb (diff) | |
download | otp-fe1c0d26d4e6180b79fc8497b827ac2ef1f471d5.tar.gz otp-fe1c0d26d4e6180b79fc8497b827ac2ef1f471d5.tar.bz2 otp-fe1c0d26d4e6180b79fc8497b827ac2ef1f471d5.zip |
Delayed node table GC
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index ea94a4e82b..00da503469 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -1350,6 +1350,18 @@ give lower latency and higher throughput at the expense of higher memory usage.</p> </item> + <tag><marker id="+zdntgc"><c>+zdntgc time</c></marker></tag> + <item> + <p>Set the delayed node table garbage collection time + (<seealso marker="erlang#system_info_delayed_node_table_gc">delayed_node_table_gc</seealso>) + in seconds. Valid values are either <c>infinity</c> or + an integer in the range [0-100000000]. Default is 60.</p> + <p>Node table entries that are not referred will linger + in the table for at least the amount of time that this + parameter determines. The lingering prevents repeated + deletions and insertions in the tables from occurring. + </p> + </item> </taglist> </item> </taglist> |