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/erlang.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/erlang.xml')
-rw-r--r-- | erts/doc/src/erlang.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 3fea64cef5..50a26781c4 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -6222,6 +6222,7 @@ ok <name name="system_info" arity="1" clause_i="64"/> <name name="system_info" arity="1" clause_i="65"/> <name name="system_info" arity="1" clause_i="66"/> + <name name="system_info" arity="1" clause_i="67"/> <fsummary>Information about the system</fsummary> <desc> <p>Returns various information about the current system @@ -6291,6 +6292,15 @@ ok compiled; otherwise, <c>false</c>. </p> </item> + <tag><marker id="system_info_delayed_node_table_gc"><c>delayed_node_table_gc</c></marker></tag> + <item> + <p>Returns the amount of time in seconds that garbage collection + of an entry in a node table will be delayed. This limit can be set + on startup by passing the + <seealso marker="erts:erl#+zdntgc">+zdntgc</seealso> command line + flag to <c>erl</c>. For more information see the documentation of the + command line flag.</p> + </item> <tag><marker id="system_info_dirty_cpu_schedulers"><c>dirty_cpu_schedulers</c></marker></tag> <item> <p>Returns the number of dirty CPU scheduler threads used by |