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/etc/common/erlexec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'erts/etc') diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c index 0ad26aeea7..f79f5cc978 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -794,6 +794,7 @@ int main(int argc, char **argv) case 'i': case 'P': case 'S': + case 't': case 'T': case 'R': case 'W': -- cgit v1.2.3