From 2dfca60a24c2c6728a4b8431f37aeee05212a4ac Mon Sep 17 00:00:00 2001
From: Gabriele Santomaggio
Date: Thu, 13 Oct 2016 21:17:10 +0200
Subject: Add system_info(atom_limit)
Add system_info(atom_limit) to provide a way to retrieve the maximum
number of atoms allowed. Add tests and documentation for it too.
Also split system_info_SUITE:start_node/2 to start_node_ets/2 and
start_node_atm/2 to avoid code duplication.
---
erts/doc/src/erlang.xml | 24 ++++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)
(limited to 'erts/doc/src')
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index b0d25389fd..43a3481351 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -7185,13 +7185,14 @@ ok
erlang:system_info({allocator,
Alloc}).
+
-
+
Information about the CPU topology of the system.
@@ -7291,12 +7292,12 @@ ok
-
-
+
+
Information about the default process heap settings.
@@ -7373,7 +7374,7 @@ ok
-
+
@@ -7388,14 +7389,14 @@ ok
-
+
-
+
@@ -7425,6 +7426,7 @@ ok
+
Information about the system.
Returns various information about the current system
@@ -7436,6 +7438,16 @@ ok
See
above.
+ atom_limit
+ -
+
+
Returns the maximum number of atoms allowed.
+ This limit can be increased at startup by passing
+ command-line flag
+ +t to
+ erl(1).
+
+
build_type
-
Returns an atom describing the build type of the runtime
--
cgit v1.2.3