From a0fc666ec22109206141936cb4550bea61da76e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Sun, 28 Feb 2010 08:51:15 +0100 Subject: Efficiency Guide: Fix typos --- system/doc/efficiency_guide/advanced.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/doc/efficiency_guide/advanced.xml') diff --git a/system/doc/efficiency_guide/advanced.xml b/system/doc/efficiency_guide/advanced.xml index 0ec3afbd59..82f82f9fd6 100644 --- a/system/doc/efficiency_guide/advanced.xml +++ b/system/doc/efficiency_guide/advanced.xml @@ -175,7 +175,7 @@ The maximum number of atoms is 1048576. Total amount of data allocated by an Erlang node The Erlang runtime system can use the complete 32 (or 64) bit address space, but the operating system often limits a single process to use less than that. - length of a node name + Length of a node name An Erlang node name has the form host@shortname or host@longname. The node name is used as an atom within the system so the maximum size of 255 holds for the node name too. Open ports -- cgit v1.2.3 From cedee54fd81ddf8e4423e5ad4b3e6454001c6e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Sun, 28 Feb 2010 09:10:34 +0100 Subject: Efficiency Guide: The maximum number of atoms can be configured --- system/doc/efficiency_guide/advanced.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/doc/efficiency_guide/advanced.xml') diff --git a/system/doc/efficiency_guide/advanced.xml b/system/doc/efficiency_guide/advanced.xml index 82f82f9fd6..6a191ebdb8 100644 --- a/system/doc/efficiency_guide/advanced.xml +++ b/system/doc/efficiency_guide/advanced.xml @@ -154,7 +154,8 @@ On 64-bit architectures: 4 words for a reference from the current local node, an 255 Atoms -The maximum number of atoms is 1048576. + By default, the maximum number of atoms is 1048576. + This limit can be raised or lowered using the +t option. Ets-tables The default is 1400, can be changed with the environment variable ERL_MAX_ETS_TABLES. Elements in a tuple -- cgit v1.2.3