aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/efficiency_guide/commoncaveats.xml
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-02-28 09:10:34 +0100
committerBjörn Gustavsson <[email protected]>2010-02-28 09:16:04 +0100
commitcedee54fd81ddf8e4423e5ad4b3e6454001c6e95 (patch)
tree95b88e040ca9043c85dfd3235a8749cc40ead30c /system/doc/efficiency_guide/commoncaveats.xml
parenta0fc666ec22109206141936cb4550bea61da76e9 (diff)
downloadotp-cedee54fd81ddf8e4423e5ad4b3e6454001c6e95.tar.gz
otp-cedee54fd81ddf8e4423e5ad4b3e6454001c6e95.tar.bz2
otp-cedee54fd81ddf8e4423e5ad4b3e6454001c6e95.zip
Efficiency Guide: The maximum number of atoms can be configured
Diffstat (limited to 'system/doc/efficiency_guide/commoncaveats.xml')
-rw-r--r--system/doc/efficiency_guide/commoncaveats.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/efficiency_guide/commoncaveats.xml b/system/doc/efficiency_guide/commoncaveats.xml
index e18e5aa510..326db6df8c 100644
--- a/system/doc/efficiency_guide/commoncaveats.xml
+++ b/system/doc/efficiency_guide/commoncaveats.xml
@@ -69,7 +69,7 @@
<p>Atoms are not garbage-collected. Once an atom is created, it will never
be removed. The emulator will terminate if the limit for the number
- of atoms (1048576) is reached.</p>
+ of atoms (1048576 by default) is reached.</p>
<p>Therefore, converting arbitrary input strings to atoms could be
dangerous in a system that will run continuously.