From 489577676f14d5ee62459f9134095d982a08e430 Mon Sep 17 00:00:00 2001
From: Julien Barbot
Date: Fri, 29 Jan 2010 11:31:15 +0100
Subject: 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).
---
erts/doc/src/erl.xml | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'erts/doc')
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.
+
+ -
+
+
Set the maximum number of atoms the VM can handle. Default is 1048576.
+
-
--
cgit v1.2.3