diff options
author | Julien Barbot <[email protected]> | 2010-01-29 11:31:15 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-02-02 15:47:18 +0100 |
commit | 489577676f14d5ee62459f9134095d982a08e430 (patch) | |
tree | 6a9b01cfecf792b0e9577ca95cde7f87a30cc947 /erts/doc/src/erl.xml | |
parent | 085012b1ac9251d1cbd821f8b28034072fba63c3 (diff) | |
download | otp-489577676f14d5ee62459f9134095d982a08e430.tar.gz otp-489577676f14d5ee62459f9134095d982a08e430.tar.bz2 otp-489577676f14d5ee62459f9134095d982a08e430.zip |
Add the +t emulator option to change the maximum number of atoms
It is now possible to increase or decrease the maximum number of atoms
the VM can handle. The default value is 1048576 (1024*1024).
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index b01d187b01..73d15c33d7 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -798,6 +798,11 @@ Valid range is 4-8192 kilowords. The default stack size is OS dependent.</p> </item> + <tag><c><![CDATA[+t size]]></c></tag> + <item> + <marker id="+t"></marker> + <p>Set the maximum number of atoms the VM can handle. Default is 1048576.</p> + </item> <tag><c><![CDATA[+T Level]]></c></tag> <item> <marker id="+T"></marker> |